Html Css Color HEX #B0A975 Neutral Green

📋 copy color: '#B0A975'

red 176 ◦ green 169 ◦ blue 117

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

Shades of Neutral Green #B0A975

Tints of Neutral Green #B0A975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.58%

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

R = 38.1%
G = 36.58%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B0A975 (or 0xB0A975) is known color: Neutral Green. HEX triplet: B0, A9 and 75. RGB value is (176,169,117). Sum of RGB (Red+Green+Blue) = 176+169+117=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A975 is #4F568A. Grayscale: #A5A5A5. Windows color (decimal): -5199499 or 7711152. OLE color: 7711152.

HSL color Cylindrical-coordinate representation of color #B0A975: hue angle of 52.88º 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 #B0A975 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 169 117 -
CMYK 0 0.04 0.34 0.31
HSL 52.88º 0.27% 0.57% -
HSV(B) 52.88º 0.34% 0.69% -
XYZ 35.3 38.89 22.48 -
YUV 165.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 176 169 117 0 0.04 0.34 0.31 52.88 0.27 0.57
Hex B0 A9 75 0 4 22 1F 35 1B 39
Octal 260 251 165 0 4 42 37 65 33 71
Binary 10110000 10101001 1110101 0 100 100010 11111 110101 11011 111001

Color Harmonies of #B0A975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A975

Black with #B0A975

Text Example


Text Example

White with #B0A975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A975; }

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

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

background-color css

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

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

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

border-color css

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

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

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