Html Css Color HEX #B4B995 Green Mist

📋 copy color: '#B4B995'

red 180 ◦ green 185 ◦ blue 149

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

Shades of Green Mist #B4B995

Tints of Green Mist #B4B995

RGB

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

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

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

R = 35.02%
G = 35.99%
B = 28.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B4B995 (or 0xB4B995) is known color: Green Mist. HEX triplet: B4, B9 and 95. RGB value is (180,185,149). Sum of RGB (Red+Green+Blue) = 180+185+149=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B995 is #4B466A. Grayscale: #B3B3B3. Windows color (decimal): -4933227 or 9812404. OLE color: 9812404.

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

Color convert

RGB 180 185 149 -
CMYK 0.03 0 0.19 0.27
HSL 68.33º 0.2% 0.65% -
HSV(B) 68.33º 0.19% 0.73% -
XYZ 41.6 46.57 35.23 -
YUV 179.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 180 185 149 0.03 0 0.19 0.27 68.33 0.2 0.65
Hex B4 B9 95 3 0 13 1B 44 14 41
Octal 264 271 225 3 0 23 33 104 24 101
Binary 10110100 10111001 10010101 11 0 10011 11011 1000100 10100 1000001

Color Harmonies of #B4B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B995

Black with #B4B995

Text Example


Text Example

White with #B4B995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B995; }

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

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

background-color css

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

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

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

border-color css

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

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

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