Html Css Color HEX #B9BF98 Green Mist

📋 copy color: '#B9BF98'

red 185 ◦ green 191 ◦ blue 152

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

Shades of Green Mist #B9BF98

Tints of Green Mist #B9BF98

RGB

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

 GREEN value IS 191 (75% from 255) = 36.17%

 BLUE value IS 152 (59.77% from 255) = 28.79%

R = 35.04%
G = 36.17%
B = 28.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#B9BF98 (or 0xB9BF98) is known color: Green Mist. HEX triplet: B9, BF and 98. RGB value is (185,191,152). Sum of RGB (Red+Green+Blue) = 185+191+152=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BF98 is #464067. Grayscale: #B8B8B8. Windows color (decimal): -4604008 or 10010553. OLE color: 10010553.

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

Color convert

RGB 185 191 152 -
CMYK 0.03 0 0.20 0.25
HSL 69.23º 0.23% 0.67% -
HSV(B) 69.23º 0.2% 0.75% -
XYZ 44.31 49.84 36.99 -
YUV 184.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 185 191 152 0.03 0 0.20 0.25 69.23 0.23 0.67
Hex B9 BF 98 3 0 14 19 45 17 43
Octal 271 277 230 3 0 24 31 105 27 103
Binary 10111001 10111111 10011000 11 0 10100 11001 1000101 10111 1000011

Color Harmonies of #B9BF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF98

Black with #B9BF98

Text Example


Text Example

White with #B9BF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF98; }

 p { color: rgb(185,191,152); }

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

background-color css

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

 a { background-color: rgb(185,191,152); }

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

border-color css

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

 span { border-color: rgb(185,191,152); }

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