Html Css Color HEX #B4B999 Green Mist

📋 copy color: '#B4B999'

red 180 ◦ green 185 ◦ blue 153

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

Shades of Green Mist #B4B999

Tints of Green Mist #B4B999

RGB

 RED value IS 180 (70.7% from 255) = 34.75%

 GREEN value IS 185 (72.66% from 255) = 35.71%

 BLUE value IS 153 (60.16% from 255) = 29.54%

R = 34.75%
G = 35.71%
B = 29.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B4B999 (or 0xB4B999) is known color: Green Mist. HEX triplet: B4, B9 and 99. RGB value is (180,185,153). Sum of RGB (Red+Green+Blue) = 180+185+153=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B999 is #4B4666. Grayscale: #B3B3B3. Windows color (decimal): -4933223 or 10074548. OLE color: 10074548.

HSL color Cylindrical-coordinate representation of color #B4B999: hue angle of 69.38º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4B999 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 185 153 -
CMYK 0.03 0 0.17 0.27
HSL 69.38º 0.19% 0.66% -
HSV(B) 69.38º 0.17% 0.73% -
XYZ 41.92 46.7 36.94 -
YUV 179.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 180 185 153 0.03 0 0.17 0.27 69.38 0.19 0.66
Hex B4 B9 99 3 0 11 1B 45 13 42
Octal 264 271 231 3 0 21 33 105 23 102
Binary 10110100 10111001 10011001 11 0 10001 11011 1000101 10011 1000010

Color Harmonies of #B4B999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B999

Black with #B4B999

Text Example


Text Example

White with #B4B999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B999; }

 p { color: rgb(180,185,153); }

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

background-color css

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

 a { background-color: rgb(180,185,153); }

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

border-color css

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

 span { border-color: rgb(180,185,153); }

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