#BBCB8E

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

Shades of Sprout #BBCB8E

Tints of Sprout #BBCB8E

Color information

#BBCB8E (or 0xBBCB8E) is unknown color: approx Sprout. HEX triplet: BB, CB and 8E. RGB value is (187,203,142). Sum of RGB (Red+Green+Blue) = 187+203+142=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB8E is #443471. Grayscale: #BFBFBF. Windows color (decimal): -4469874 or 9358267. OLE color: 9358267.

HSL color Cylindrical-coordinate representation of color #BBCB8E: hue angle of 75.74º degrees, saturation: 0.37, 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 #BBCB8E is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB187203142-
CMYK0.0800.300.20
HSL75.74º36.97%67.65%-
HSV(B)75.74º30.05%79.61%-
XYZ46.7355.2333.79-
YUV191.26100.2124.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 203 (79.69% from 255) = 38.16%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=35.15%
G=38.16%
B=26.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031420.0800.300.2075.7436.9767.65
HexBBCB8E801E144c2544
Octal273313216100362411445104
Binary10111011110010111000111010000111101010010011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCB8E; }

 p { color: rgb(187,203,142); }

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

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

 a { background-color: rgb(187,203,142); }

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

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

 span { border-color: rgb(187,203,142); }

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