#B9C39E

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

Shades of Sprout #B9C39E

Tints of Sprout #B9C39E

Color information

#B9C39E (or 0xB9C39E) is unknown color: approx Sprout. HEX triplet: B9, C3 and 9E. RGB value is (185,195,158). Sum of RGB (Red+Green+Blue) = 185+195+158=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C39E is #463C61. Grayscale: #BBBBBB. Windows color (decimal): -4602978 or 10404793. OLE color: 10404793.

HSL color Cylindrical-coordinate representation of color #B9C39E: hue angle of 76.22º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9C39E is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB185195158-
CMYK0.0500.190.24
HSL76.22º23.57%69.22%-
HSV(B)76.22º18.97%76.47%-
XYZ45.6951.8139.94-
YUV187.79111.19126.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 195 (76.56% from 255) = 36.25%
BLUE value IS 158 (62.11% from 255) = 29.37%
R=34.39%
G=36.25%
B=29.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951580.0500.190.2476.2223.5769.22
HexB9C39E5013184c1845
Octal27130323650233011430105
Binary101110011100001110011110101010011110001001100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C39E; }

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

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

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

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

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

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

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

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