#B9C89C

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

Shades of Sprout #B9C89C

Tints of Sprout #B9C89C

Color information

#B9C89C (or 0xB9C89C) is unknown color: approx Sprout. HEX triplet: B9, C8 and 9C. RGB value is (185,200,156). Sum of RGB (Red+Green+Blue) = 185+200+156=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C89C is #463763. Grayscale: #BEBEBE. Windows color (decimal): -4601700 or 10275001. OLE color: 10275001.

HSL color Cylindrical-coordinate representation of color #B9C89C: hue angle of 80.45º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9C89C is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB185200156-
CMYK0.0800.220.22
HSL80.45º28.57%69.8%-
HSV(B)80.45º22%78.43%-
XYZ46.6654.0239.42-
YUV190.5108.53124.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 200 (78.52% from 255) = 36.97%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=34.20%
G=36.97%
B=28.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1852001560.0800.220.2280.4528.5769.8
HexB9C89C801616501d46
Octal271310234100262612035106
Binary1011100111001000100111001000010110101101010000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C89C; }

 p { color: rgb(185,200,156); }

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

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

 a { background-color: rgb(185,200,156); }

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

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

 span { border-color: rgb(185,200,156); }

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