#B9C38E

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

Shades of Green Mist #B9C38E

Tints of Green Mist #B9C38E

Color information

#B9C38E (or 0xB9C38E) is unknown color: approx Green Mist. HEX triplet: B9, C3 and 8E. RGB value is (185,195,142). Sum of RGB (Red+Green+Blue) = 185+195+142=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C38E is #463C71. Grayscale: #BABABA. Windows color (decimal): -4602994 or 9356217. OLE color: 9356217.

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

Color convert

RGB185195142-
CMYK0.0500.270.24
HSL71.32º30.64%66.08%-
HSV(B)71.32º27.18%76.47%-
XYZ44.4151.333.15-
YUV185.97103.19127.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 195 (76.56% from 255) = 37.36%
BLUE value IS 142 (55.86% from 255) = 27.20%
R=35.44%
G=37.36%
B=27.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951420.0500.270.2471.3230.6466.08
HexB9C38E501B18471f42
Octal27130321650333010737102
Binary101110011100001110001110101011011110001000111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C38E; }

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

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

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

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

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

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

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

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