#B9C292

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

Shades of Green Mist #B9C292

Tints of Green Mist #B9C292

Color information

#B9C292 (or 0xB9C292) is unknown color: approx Green Mist. HEX triplet: B9, C2 and 92. RGB value is (185,194,146). Sum of RGB (Red+Green+Blue) = 185+194+146=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C292 is #463D6D. Grayscale: #BABABA. Windows color (decimal): -4603246 or 9618105. OLE color: 9618105.

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

Color convert

RGB185194146-
CMYK0.0500.250.24
HSL71.25º28.24%66.67%-
HSV(B)71.25º24.74%76.08%-
XYZ44.4950.9734.69-
YUV185.84105.52127.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=35.24%
G=36.95%
B=27.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851941460.0500.250.2471.2528.2466.67
HexB9C292501918471c43
Octal27130222250313010734103
Binary101110011100001010010010101011001110001000111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C292; }

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

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

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

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

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

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

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

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