Html Css Color HEX #B4AB77 Neutral Green

📋 copy color: '#B4AB77'

red 180 ◦ green 171 ◦ blue 119

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

Shades of Neutral Green #B4AB77

Tints of Neutral Green #B4AB77

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

 BLUE value IS 119 (46.88% from 255) = 25.32%

R = 38.3%
G = 36.38%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B4AB77 (or 0xB4AB77) is known color: Neutral Green. HEX triplet: B4, AB and 77. RGB value is (180,171,119). Sum of RGB (Red+Green+Blue) = 180+171+119=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB77 is #4B5488. Grayscale: #A7A7A7. Windows color (decimal): -4936841 or 7842740. OLE color: 7842740.

HSL color Cylindrical-coordinate representation of color #B4AB77: hue angle of 51.15º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4AB77 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 171 119 -
CMYK 0 0.05 0.34 0.29
HSL 51.15º 0.29% 0.59% -
HSV(B) 51.15º 0.34% 0.71% -
XYZ 36.72 40.16 23.27 -
YUV 167.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 180 171 119 0 0.05 0.34 0.29 51.15 0.29 0.59
Hex B4 AB 77 0 5 22 1D 33 1D 3B
Octal 264 253 167 0 5 42 35 63 35 73
Binary 10110100 10101011 1110111 0 101 100010 11101 110011 11101 111011

Color Harmonies of #B4AB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AB77

Black with #B4AB77

Text Example


Text Example

White with #B4AB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AB77; }

 p { color: rgb(180,171,119); }

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

background-color css

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

 a { background-color: rgb(180,171,119); }

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

border-color css

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

 span { border-color: rgb(180,171,119); }

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