#BCC99F

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

Shades of Sprout #BCC99F

Tints of Sprout #BCC99F

Color information

#BCC99F (or 0xBCC99F) is unknown color: approx Sprout. HEX triplet: BC, C9 and 9F. RGB value is (188,201,159). Sum of RGB (Red+Green+Blue) = 188+201+159=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC99F is #433660. Grayscale: #C0C0C0. Windows color (decimal): -4404833 or 10471868. OLE color: 10471868.

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

Color convert

RGB188201159-
CMYK0.0600.210.21
HSL78.57º28%70.59%-
HSV(B)78.57º20.9%78.82%-
XYZ47.8854.9740.89-
YUV192.32109.19124.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 201 (78.91% from 255) = 36.68%
BLUE value IS 159 (62.5% from 255) = 29.01%
R=34.31%
G=36.68%
B=29.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882011590.0600.210.2178.572870.59
HexBCC99F6015154f1c47
Octal27431123760252511734107
Binary101111001100100110011111110010101101011001111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC99F; }

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

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

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

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

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

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

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

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