#BCCF8D

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

Shades of Sprout #BCCF8D

Tints of Sprout #BCCF8D

Color information

#BCCF8D (or 0xBCCF8D) is unknown color: approx Sprout. HEX triplet: BC, CF and 8D. RGB value is (188,207,141). Sum of RGB (Red+Green+Blue) = 188+207+141=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF8D is #433072. Grayscale: #C2C2C2. Windows color (decimal): -4403315 or 9293756. OLE color: 9293756.

HSL color Cylindrical-coordinate representation of color #BCCF8D: hue angle of 77.27º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCCF8D is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB188207141-
CMYK0.0900.320.19
HSL77.27º40.74%68.24%-
HSV(B)77.27º31.88%81.18%-
XYZ47.8657.2433.73-
YUV193.898.21123.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 141 (55.47% from 255) = 26.31%
R=35.07%
G=38.62%
B=26.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071410.0900.320.1977.2740.7468.24
HexBCCF8D9020134d2944
Octal274317215110402311551104
Binary101111001100111110001101100101000001001110011011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF8D; }

 p { color: rgb(188,207,141); }

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

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

 a { background-color: rgb(188,207,141); }

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

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

 span { border-color: rgb(188,207,141); }

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