Html Css Color HEX #B4AA74 Neutral Green

📋 copy color: '#B4AA74'

red 180 ◦ green 170 ◦ blue 116

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

Shades of Neutral Green #B4AA74

Tints of Neutral Green #B4AA74

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.48%

 BLUE value IS 116 (45.7% from 255) = 24.89%

R = 38.63%
G = 36.48%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B4AA74 (or 0xB4AA74) is known color: Neutral Green. HEX triplet: B4, AA and 74. RGB value is (180,170,116). Sum of RGB (Red+Green+Blue) = 180+170+116=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA74 is #4B558B. Grayscale: #A7A7A7. Windows color (decimal): -4937100 or 7645876. OLE color: 7645876.

HSL color Cylindrical-coordinate representation of color #B4AA74: hue angle of 50.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4AA74 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 170 116 -
CMYK 0 0.06 0.36 0.29
HSL 50.63º 0.3% 0.58% -
HSV(B) 50.63º 0.36% 0.71% -
XYZ 36.35 39.71 22.27 -
YUV 166.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 180 170 116 0 0.06 0.36 0.29 50.63 0.3 0.58
Hex B4 AA 74 0 6 24 1D 33 1E 3A
Octal 264 252 164 0 6 44 35 63 36 72
Binary 10110100 10101010 1110100 0 110 100100 11101 110011 11110 111010

Color Harmonies of #B4AA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AA74

Black with #B4AA74

Text Example


Text Example

White with #B4AA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AA74; }

 p { color: rgb(180,170,116); }

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

background-color css

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

 a { background-color: rgb(180,170,116); }

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

border-color css

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

 span { border-color: rgb(180,170,116); }

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