Html Css Color HEX #B9C095 Green Mist

📋 copy color: '#B9C095'

red 185 ◦ green 192 ◦ blue 149

#B9C095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #B9C095

Tints of Green Mist #B9C095

RGB

 RED value IS 185 (72.66% from 255) = 35.17%

 GREEN value IS 192 (75.39% from 255) = 36.5%

 BLUE value IS 149 (58.59% from 255) = 28.33%

R = 35.17%
G = 36.5%
B = 28.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#B9C095 (or 0xB9C095) is known color: Green Mist. HEX triplet: B9, C0 and 95. RGB value is (185,192,149). Sum of RGB (Red+Green+Blue) = 185+192+149=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C095 is #463F6A. Grayscale: #B9B9B9. Windows color (decimal): -4603755 or 9814201. OLE color: 9814201.

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

Color convert

RGB 185 192 149 -
CMYK 0.04 0 0.22 0.25
HSL 69.77º 0.25% 0.67% -
HSV(B) 69.77º 0.22% 0.75% -
XYZ 44.28 50.18 35.79 -
YUV 185.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 185 192 149 0.04 0 0.22 0.25 69.77 0.25 0.67
Hex B9 C0 95 4 0 16 19 46 19 43
Octal 271 300 225 4 0 26 31 106 31 103
Binary 10111001 11000000 10010101 100 0 10110 11001 1000110 11001 1000011

Color Harmonies of #B9C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C095

Black with #B9C095

Text Example


Text Example

White with #B9C095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C095; }

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

 H1.HeaderClassName
 {
   color: #B9C095;
 }
 .AnyTagClassName
 {
   color: #B9C095;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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