Html Css Color HEX #B0AA7C Neutral Green

📋 copy color: '#B0AA7C'

red 176 ◦ green 170 ◦ blue 124

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

Shades of Neutral Green #B0AA7C

Tints of Neutral Green #B0AA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.38%

R = 37.45%
G = 36.17%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0AA7C (or 0xB0AA7C) is known color: Neutral Green. HEX triplet: B0, AA and 7C. RGB value is (176,170,124). Sum of RGB (Red+Green+Blue) = 176+170+124=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA7C is #4F5583. Grayscale: #A6A6A6. Windows color (decimal): -5199236 or 8170160. OLE color: 8170160.

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

Color convert

RGB 176 170 124 -
CMYK 0 0.03 0.30 0.31
HSL 53.08º 0.25% 0.59% -
HSV(B) 53.08º 0.3% 0.69% -
XYZ 35.92 39.43 24.79 -
YUV 166.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 176 170 124 0 0.03 0.30 0.31 53.08 0.25 0.59
Hex B0 AA 7C 0 3 1E 1F 35 19 3B
Octal 260 252 174 0 3 36 37 65 31 73
Binary 10110000 10101010 1111100 0 11 11110 11111 110101 11001 111011

Color Harmonies of #B0AA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA7C

Black with #B0AA7C

Text Example


Text Example

White with #B0AA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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