Html Css Color HEX #B0AA75 Neutral Green

📋 copy color: '#B0AA75'

red 176 ◦ green 170 ◦ blue 117

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

Shades of Neutral Green #B0AA75

Tints of Neutral Green #B0AA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.27%

R = 38.01%
G = 36.72%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B0AA75 (or 0xB0AA75) is known color: Neutral Green. HEX triplet: B0, AA and 75. RGB value is (176,170,117). Sum of RGB (Red+Green+Blue) = 176+170+117=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA75 is #4F558A. Grayscale: #A5A5A5. Windows color (decimal): -5199243 or 7711408. OLE color: 7711408.

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

Color convert

RGB 176 170 117 -
CMYK 0 0.03 0.34 0.31
HSL 53.9º 0.27% 0.57% -
HSV(B) 53.9º 0.34% 0.69% -
XYZ 35.49 39.26 22.54 -
YUV 165.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 176 170 117 0 0.03 0.34 0.31 53.9 0.27 0.57
Hex B0 AA 75 0 3 22 1F 36 1B 39
Octal 260 252 165 0 3 42 37 66 33 71
Binary 10110000 10101010 1110101 0 11 100010 11111 110110 11011 111001

Color Harmonies of #B0AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA75

Black with #B0AA75

Text Example


Text Example

White with #B0AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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