#BCC99B

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

Shades of Sprout #BCC99B

Tints of Sprout #BCC99B

Color information

#BCC99B (or 0xBCC99B) is unknown color: approx Sprout. HEX triplet: BC, C9 and 9B. RGB value is (188,201,155). Sum of RGB (Red+Green+Blue) = 188+201+155=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC99B is #433664. Grayscale: #C0C0C0. Windows color (decimal): -4404837 or 10209724. OLE color: 10209724.

HSL color Cylindrical-coordinate representation of color #BCC99B: hue angle of 76.96º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCC99B is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB188201155-
CMYK0.0600.230.21
HSL76.96º29.87%69.8%-
HSV(B)76.96º22.89%78.82%-
XYZ47.5454.8339.09-
YUV191.87107.19125.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 201 (78.91% from 255) = 36.95%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=34.56%
G=36.95%
B=28.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882011550.0600.230.2176.9629.8769.8
HexBCC99B6017154d1e46
Octal27431123360272511536106
Binary101111001100100110011011110010111101011001101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC99B; }

 p { color: rgb(188,201,155); }

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

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

 a { background-color: rgb(188,201,155); }

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

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

 span { border-color: rgb(188,201,155); }

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