#B9C09B

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

Shades of Green Mist #B9C09B

Tints of Green Mist #B9C09B

Color information

#B9C09B (or 0xB9C09B) is unknown color: approx Green Mist. HEX triplet: B9, C0 and 9B. RGB value is (185,192,155). Sum of RGB (Red+Green+Blue) = 185+192+155=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C09B is #463F64. Grayscale: #B9B9B9. Windows color (decimal): -4603749 or 10207417. OLE color: 10207417.

HSL color Cylindrical-coordinate representation of color #B9C09B: hue angle of 71.35º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9C09B is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB185192155-
CMYK0.0400.190.25
HSL71.35º22.7%68.04%-
HSV(B)71.35º19.27%75.29%-
XYZ44.7750.3838.37-
YUV185.69110.68127.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 155 (60.94% from 255) = 29.14%
R=34.77%
G=36.09%
B=29.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851921550.0400.190.2571.3522.768.04
HexB9C09B401319471744
Octal27130023340233110727104
Binary101110011100000010011011100010011110011000111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C09B; }

 p { color: rgb(185,192,155); }

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

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

 a { background-color: rgb(185,192,155); }

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

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

 span { border-color: rgb(185,192,155); }

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