#B9BE9D

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

Shades of Green Mist #B9BE9D

Tints of Green Mist #B9BE9D

Color information

#B9BE9D (or 0xB9BE9D) is unknown color: approx Green Mist. HEX triplet: B9, BE and 9D. RGB value is (185,190,157). Sum of RGB (Red+Green+Blue) = 185+190+157=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BE9D is #464162. Grayscale: #B8B8B8. Windows color (decimal): -4604259 or 10337977. OLE color: 10337977.

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

Color convert

RGB185190157-
CMYK0.0300.170.25
HSL69.09º20.25%68.04%-
HSV(B)69.09º17.37%74.51%-
XYZ44.5149.5839.12-
YUV184.74112.34128.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=34.77%
G=35.71%
B=29.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901570.0300.170.2569.0920.2568.04
HexB9BE9D301119451444
Octal27127623530213110524104
Binary10111001101111101001110111010001110011000101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE9D; }

 p { color: rgb(185,190,157); }

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

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

 a { background-color: rgb(185,190,157); }

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

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

 span { border-color: rgb(185,190,157); }

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