#B9CB8E

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

Shades of Sprout #B9CB8E

Tints of Sprout #B9CB8E

Color information

#B9CB8E (or 0xB9CB8E) is unknown color: approx Sprout. HEX triplet: B9, CB and 8E. RGB value is (185,203,142). Sum of RGB (Red+Green+Blue) = 185+203+142=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CB8E is #463471. Grayscale: #BEBEBE. Windows color (decimal): -4600946 or 9358265. OLE color: 9358265.

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

Color convert

RGB185203142-
CMYK0.0900.300.20
HSL77.7º36.97%67.65%-
HSV(B)77.7º30.05%79.61%-
XYZ46.2554.9833.77-
YUV190.66100.54123.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 203 (79.69% from 255) = 38.30%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=34.91%
G=38.30%
B=26.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852031420.0900.300.2077.736.9767.65
HexB9CB8E901E144e2544
Octal271313216110362411645104
Binary10111001110010111000111010010111101010010011101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CB8E; }

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

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

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

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

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

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

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

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