Html Css Color HEX #B0AA7D Neutral Green

📋 copy color: '#B0AA7D'

red 176 ◦ green 170 ◦ blue 125

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

Shades of Neutral Green #B0AA7D

Tints of Neutral Green #B0AA7D

RGB

 RED value IS 176 (69.14% from 255) = 37.37%

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

 BLUE value IS 125 (49.22% from 255) = 26.54%

R = 37.37%
G = 36.09%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0AA7D (or 0xB0AA7D) is known color: Neutral Green. HEX triplet: B0, AA and 7D. RGB value is (176,170,125). Sum of RGB (Red+Green+Blue) = 176+170+125=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA7D is #4F5582. Grayscale: #A6A6A6. Windows color (decimal): -5199235 or 8235696. OLE color: 8235696.

HSL color Cylindrical-coordinate representation of color #B0AA7D: hue angle of 52.94º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0AA7D is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 170 125 -
CMYK 0 0.03 0.29 0.31
HSL 52.94º 0.24% 0.59% -
HSV(B) 52.94º 0.29% 0.69% -
XYZ 35.98 39.46 25.12 -
YUV 166.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 176 170 125 0 0.03 0.29 0.31 52.94 0.24 0.59
Hex B0 AA 7D 0 3 1D 1F 35 18 3B
Octal 260 252 175 0 3 35 37 65 30 73
Binary 10110000 10101010 1111101 0 11 11101 11111 110101 11000 111011

Color Harmonies of #B0AA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA7D

Black with #B0AA7D

Text Example


Text Example

White with #B0AA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA7D; }

 p { color: rgb(176,170,125); }

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

background-color css

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

 a { background-color: rgb(176,170,125); }

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

border-color css

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

 span { border-color: rgb(176,170,125); }

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