#B9C29B

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

Shades of Green Mist #B9C29B

Tints of Green Mist #B9C29B

Color information

#B9C29B (or 0xB9C29B) is unknown color: approx Green Mist. HEX triplet: B9, C2 and 9B. RGB value is (185,194,155). Sum of RGB (Red+Green+Blue) = 185+194+155=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C29B is #463D64. Grayscale: #BBBBBB. Windows color (decimal): -4603237 or 10207929. OLE color: 10207929.

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

Color convert

RGB185194155-
CMYK0.0500.200.24
HSL73.85º24.22%68.43%-
HSV(B)73.85º20.1%76.08%-
XYZ45.2251.2638.52-
YUV186.86110.02126.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 194 (76.17% from 255) = 36.33%
BLUE value IS 155 (60.94% from 255) = 29.03%
R=34.64%
G=36.33%
B=29.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851941550.0500.200.2473.8524.2268.43
HexB9C29B5014184a1844
Octal27130223350243011230104
Binary101110011100001010011011101010100110001001010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C29B; }

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

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

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

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

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

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

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

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