#B9C08D

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

Shades of Green Mist #B9C08D

Tints of Green Mist #B9C08D

Color information

#B9C08D (or 0xB9C08D) is unknown color: approx Green Mist. HEX triplet: B9, C0 and 8D. RGB value is (185,192,141). Sum of RGB (Red+Green+Blue) = 185+192+141=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C08D is #463F72. Grayscale: #B8B8B8. Windows color (decimal): -4603763 or 9289913. OLE color: 9289913.

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

Color convert

RGB185192141-
CMYK0.0400.270.25
HSL68.24º28.81%65.29%-
HSV(B)68.24º26.56%75.29%-
XYZ43.6649.9432.54-
YUV184.09103.68128.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 192 (75.39% from 255) = 37.07%
BLUE value IS 141 (55.47% from 255) = 27.22%
R=35.71%
G=37.07%
B=27.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851921410.0400.270.2568.2428.8165.29
HexB9C08D401B19441d41
Octal27130021540333110435101
Binary101110011100000010001101100011011110011000100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C08D; }

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

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

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

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

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

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

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

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