#BCCC9F

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

Shades of Sprout #BCCC9F

Tints of Sprout #BCCC9F

Color information

#BCCC9F (or 0xBCCC9F) is unknown color: approx Sprout. HEX triplet: BC, CC and 9F. RGB value is (188,204,159). Sum of RGB (Red+Green+Blue) = 188+204+159=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC9F is #433360. Grayscale: #C2C2C2. Windows color (decimal): -4404065 or 10472636. OLE color: 10472636.

HSL color Cylindrical-coordinate representation of color #BCCC9F: hue angle of 81.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCC9F is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB188204159-
CMYK0.0800.220.2
HSL81.33º30.61%71.18%-
HSV(B)81.33º22.06%80%-
XYZ48.5956.3841.12-
YUV194.09108.2123.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 159 (62.5% from 255) = 28.86%
R=34.12%
G=37.02%
B=28.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041590.0800.220.281.3330.6171.18
HexBCCC9F801614511f47
Octal274314237100262412137107
Binary1011110011001100100111111000010110101001010001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCC9F; }

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

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

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

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

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

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

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

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