#B9C89E

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

Shades of Sprout #B9C89E

Tints of Sprout #B9C89E

Color information

#B9C89E (or 0xB9C89E) is unknown color: approx Sprout. HEX triplet: B9, C8 and 9E. RGB value is (185,200,158). Sum of RGB (Red+Green+Blue) = 185+200+158=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C89E is #463761. Grayscale: #BEBEBE. Windows color (decimal): -4601698 or 10406073. OLE color: 10406073.

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

Color convert

RGB185200158-
CMYK0.0800.210.22
HSL81.43º27.63%70.2%-
HSV(B)81.43º21%78.43%-
XYZ46.8354.0940.32-
YUV190.73109.53123.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.07%
GREEN value IS 200 (78.52% from 255) = 36.83%
BLUE value IS 158 (62.11% from 255) = 29.10%
R=34.07%
G=36.83%
B=29.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1852001580.0800.210.2281.4327.6370.2
HexB9C89E801516511c46
Octal271310236100252612134106
Binary1011100111001000100111101000010101101101010001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C89E; }

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

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

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

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

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

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

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

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