#B9C28E

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

Shades of Green Mist #B9C28E

Tints of Green Mist #B9C28E

Color information

#B9C28E (or 0xB9C28E) is unknown color: approx Green Mist. HEX triplet: B9, C2 and 8E. RGB value is (185,194,142). Sum of RGB (Red+Green+Blue) = 185+194+142=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C28E is #463D71. Grayscale: #B9B9B9. Windows color (decimal): -4603250 or 9355961. OLE color: 9355961.

HSL color Cylindrical-coordinate representation of color #B9C28E: hue angle of 70.38º degrees, saturation: 0.3, 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 #B9C28E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB185194142-
CMYK0.0500.270.24
HSL70.38º29.89%65.88%-
HSV(B)70.38º26.8%76.08%-
XYZ44.1850.8533.08-
YUV185.38103.52127.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=35.51%
G=37.24%
B=27.26%

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
Decimal1851941420.0500.270.2470.3829.8965.88
HexB9C28E501B18461e42
Octal27130221650333010636102
Binary101110011100001010001110101011011110001000110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C28E; }

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

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

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

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

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

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

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

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