#B9C39C

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

Shades of Sprout #B9C39C

Tints of Sprout #B9C39C

Color information

#B9C39C (or 0xB9C39C) is unknown color: approx Sprout. HEX triplet: B9, C3 and 9C. RGB value is (185,195,156). Sum of RGB (Red+Green+Blue) = 185+195+156=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C39C is #463C63. Grayscale: #BBBBBB. Windows color (decimal): -4602980 or 10273721. OLE color: 10273721.

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

Color convert

RGB185195156-
CMYK0.0500.200.24
HSL75.38º24.53%68.82%-
HSV(B)75.38º20%76.47%-
XYZ45.5251.7439.04-
YUV187.56110.19126.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 195 (76.56% from 255) = 36.38%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=34.51%
G=36.38%
B=29.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951560.0500.200.2475.3824.5368.82
HexB9C39C5014184b1945
Octal27130323450243011331105
Binary101110011100001110011100101010100110001001011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C39C; }

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

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

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

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

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

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

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

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