#B9C092

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

Shades of Green Mist #B9C092

Tints of Green Mist #B9C092

Color information

#B9C092 (or 0xB9C092) is unknown color: approx Green Mist. HEX triplet: B9, C0 and 92. RGB value is (185,192,146). Sum of RGB (Red+Green+Blue) = 185+192+146=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C092 is #463F6D. Grayscale: #B8B8B8. Windows color (decimal): -4603758 or 9617593. OLE color: 9617593.

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

Color convert

RGB185192146-
CMYK0.0400.240.25
HSL69.13º26.74%66.27%-
HSV(B)69.13º23.96%75.29%-
XYZ44.0550.0934.54-
YUV184.66106.18128.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 192 (75.39% from 255) = 36.71%
BLUE value IS 146 (57.42% from 255) = 27.92%
R=35.37%
G=36.71%
B=27.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851921460.0400.240.2569.1326.7466.27
HexB9C092401819451b42
Octal27130022240303110533102
Binary101110011100000010010010100011000110011000101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C092; }

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

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

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

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

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

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

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

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