#B9C39F

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

Shades of Sprout #B9C39F

Tints of Sprout #B9C39F

Color information

#B9C39F (or 0xB9C39F) is unknown color: approx Sprout. HEX triplet: B9, C3 and 9F. RGB value is (185,195,159). Sum of RGB (Red+Green+Blue) = 185+195+159=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C39F is #463C60. Grayscale: #BCBCBC. Windows color (decimal): -4602977 or 10470329. OLE color: 10470329.

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

Color convert

RGB185195159-
CMYK0.0500.180.24
HSL76.67º23.08%69.41%-
HSV(B)76.67º18.46%76.47%-
XYZ45.7851.8540.4-
YUV187.91111.69125.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.32%
GREEN value IS 195 (76.56% from 255) = 36.18%
BLUE value IS 159 (62.5% from 255) = 29.50%
R=34.32%
G=36.18%
B=29.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951590.0500.180.2476.6723.0869.41
HexB9C39F5012184d1745
Octal27130323750223011527105
Binary101110011100001110011111101010010110001001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C39F; }

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

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

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

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

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

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

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

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