#BCCC8E

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

Shades of Sprout #BCCC8E

Tints of Sprout #BCCC8E

Color information

#BCCC8E (or 0xBCCC8E) is unknown color: approx Sprout. HEX triplet: BC, CC and 8E. RGB value is (188,204,142). Sum of RGB (Red+Green+Blue) = 188+204+142=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC8E is #433371. Grayscale: #C0C0C0. Windows color (decimal): -4404082 or 9358524. OLE color: 9358524.

HSL color Cylindrical-coordinate representation of color #BCCC8E: hue angle of 75.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCCC8E is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB188204142-
CMYK0.0800.300.2
HSL75.48º37.8%67.84%-
HSV(B)75.48º30.39%80%-
XYZ47.2155.8333.88-
YUV192.1599.7125.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 142 (55.86% from 255) = 26.59%
R=35.21%
G=38.20%
B=26.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041420.0800.300.275.4837.867.84
HexBCCC8E801E144b2644
Octal274314216100362411346104
Binary10111100110011001000111010000111101010010010111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCC8E; }

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

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

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

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

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

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

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

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