#BCC999

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

Shades of Sprout #BCC999

Tints of Sprout #BCC999

Color information

#BCC999 (or 0xBCC999) is unknown color: approx Sprout. HEX triplet: BC, C9 and 99. RGB value is (188,201,153). Sum of RGB (Red+Green+Blue) = 188+201+153=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC999 is #433666. Grayscale: #BFBFBF. Windows color (decimal): -4404839 or 10078652. OLE color: 10078652.

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

Color convert

RGB188201153-
CMYK0.0600.240.21
HSL76.25º30.77%69.41%-
HSV(B)76.25º23.88%78.82%-
XYZ47.3854.7638.21-
YUV191.64106.19125.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 201 (78.91% from 255) = 37.08%
BLUE value IS 153 (60.16% from 255) = 28.23%
R=34.69%
G=37.08%
B=28.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882011530.0600.240.2176.2530.7769.41
HexBCC9996018154c1f45
Octal27431123160302511437105
Binary101111001100100110011001110011000101011001100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC999; }

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

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

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

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

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

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

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

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