Html Css Color HEX #B4B890 Green Mist

📋 copy color: '#B4B890'

red 180 ◦ green 184 ◦ blue 144

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

Shades of Green Mist #B4B890

Tints of Green Mist #B4B890

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.22%

 BLUE value IS 144 (56.64% from 255) = 28.35%

R = 35.43%
G = 36.22%
B = 28.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B4B890 (or 0xB4B890) is known color: Green Mist. HEX triplet: B4, B8 and 90. RGB value is (180,184,144). Sum of RGB (Red+Green+Blue) = 180+184+144=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B890 is #4B476F. Grayscale: #B2B2B2. Windows color (decimal): -4933488 or 9484468. OLE color: 9484468.

HSL color Cylindrical-coordinate representation of color #B4B890: hue angle of 66º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4B890 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 184 144 -
CMYK 0.02 0 0.22 0.28
HSL 66º 0.22% 0.64% -
HSV(B) 66º 0.22% 0.72% -
XYZ 41 46 33.1 -
YUV 178.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 180 184 144 0.02 0 0.22 0.28 66 0.22 0.64
Hex B4 B8 90 2 0 16 1C 42 16 40
Octal 264 270 220 2 0 26 34 102 26 100
Binary 10110100 10111000 10010000 10 0 10110 11100 1000010 10110 1000000

Color Harmonies of #B4B890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B890

Black with #B4B890

Text Example


Text Example

White with #B4B890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B890; }

 p { color: rgb(180,184,144); }

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

background-color css

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

 a { background-color: rgb(180,184,144); }

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

border-color css

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

 span { border-color: rgb(180,184,144); }

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