#BCC89C

Color #BCC89C Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BCC89C

Tints of Sprout #BCC89C

Color information

#BCC89C (or 0xBCC89C) is unknown color: approx Sprout. HEX triplet: BC, C8 and 9C. RGB value is (188,200,156). Sum of RGB (Red+Green+Blue) = 188+200+156=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC89C is #433763. Grayscale: #BFBFBF. Windows color (decimal): -4405092 or 10275004. OLE color: 10275004.

HSL color Cylindrical-coordinate representation of color #BCC89C: hue angle of 76.36º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC89C is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB188200156-
CMYK0.0600.220.22
HSL76.36º28.57%69.8%-
HSV(B)76.36º22%78.43%-
XYZ47.3954.439.45-
YUV191.4108.02125.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 200 (78.52% from 255) = 36.76%
BLUE value IS 156 (61.33% from 255) = 28.68%
R=34.56%
G=36.76%
B=28.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001560.0600.220.2276.3628.5769.8
HexBCC89C6016164c1d46
Octal27431023460262611435106
Binary101111001100100010011100110010110101101001100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC89C; }

 p { color: rgb(188,200,156); }

 H1.HeaderClassName
 {
   color: #BCC89C;
 }
 .AnyTagClassName
 {
   color: #BCC89C;
 }
</style>
background-color css

<style>
 a { background-color: #BCC89C; }

 a { background-color: rgb(188,200,156); }

 div.DivClassName
 {
   background-color: #BCC89C;
 }
 .BgClassName
 {
   background-color: #BCC89C;
 }
</style>
border-color css

<style>
 span { border-color: #BCC89C; }

 span { border-color: rgb(188,200,156); }

 td.TdClassName
 {
   border-color: #BCC89C;
 }
 .TagClassName
 {
   border-color: #BCC89C;
 }
</style>