Html Css Color HEX #B9C195 Green Mist

📋 copy color: '#B9C195'

red 185 ◦ green 193 ◦ blue 149

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

Shades of Green Mist #B9C195

Tints of Green Mist #B9C195

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.62%

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

R = 35.1%
G = 36.62%
B = 28.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#B9C195 (or 0xB9C195) is known color: Green Mist. HEX triplet: B9, C1 and 95. RGB value is (185,193,149). Sum of RGB (Red+Green+Blue) = 185+193+149=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C195 is #463E6A. Grayscale: #B9B9B9. Windows color (decimal): -4603499 or 9814457. OLE color: 9814457.

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

Color convert

RGB 185 193 149 -
CMYK 0.04 0 0.23 0.24
HSL 70.91º 0.26% 0.67% -
HSV(B) 70.91º 0.23% 0.76% -
XYZ 44.5 50.62 35.86 -
YUV 185.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 185 193 149 0.04 0 0.23 0.24 70.91 0.26 0.67
Hex B9 C1 95 4 0 17 18 47 1A 43
Octal 271 301 225 4 0 27 30 107 32 103
Binary 10111001 11000001 10010101 100 0 10111 11000 1000111 11010 1000011

Color Harmonies of #B9C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C195

Black with #B9C195

Text Example


Text Example

White with #B9C195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C195; }

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

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

background-color css

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

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

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

border-color css

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

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

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