Html Css Color HEX #B0AA7E Neutral Green

📋 copy color: '#B0AA7E'

red 176 ◦ green 170 ◦ blue 126

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

Shades of Neutral Green #B0AA7E

Tints of Neutral Green #B0AA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.69%

R = 37.29%
G = 36.02%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0AA7E (or 0xB0AA7E) is known color: Neutral Green. HEX triplet: B0, AA and 7E. RGB value is (176,170,126). Sum of RGB (Red+Green+Blue) = 176+170+126=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA7E is #4F5581. Grayscale: #A6A6A6. Windows color (decimal): -5199234 or 8301232. OLE color: 8301232.

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

Color convert

RGB 176 170 126 -
CMYK 0 0.03 0.28 0.31
HSL 52.8º 0.24% 0.59% -
HSV(B) 52.8º 0.28% 0.69% -
XYZ 36.05 39.49 25.46 -
YUV 166.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 176 170 126 0 0.03 0.28 0.31 52.8 0.24 0.59
Hex B0 AA 7E 0 3 1C 1F 35 18 3B
Octal 260 252 176 0 3 34 37 65 30 73
Binary 10110000 10101010 1111110 0 11 11100 11111 110101 11000 111011

Color Harmonies of #B0AA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA7E

Black with #B0AA7E

Text Example


Text Example

White with #B0AA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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