Html Css Color HEX #B0A879 Neutral Green

📋 copy color: '#B0A879'

red 176 ◦ green 168 ◦ blue 121

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

Shades of Neutral Green #B0A879

Tints of Neutral Green #B0A879

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.13%

 BLUE value IS 121 (47.66% from 255) = 26.02%

R = 37.85%
G = 36.13%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0A879 (or 0xB0A879) is known color: Neutral Green. HEX triplet: B0, A8 and 79. RGB value is (176,168,121). Sum of RGB (Red+Green+Blue) = 176+168+121=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A879 is #4F5786. Grayscale: #A5A5A5. Windows color (decimal): -5199751 or 7973040. OLE color: 7973040.

HSL color Cylindrical-coordinate representation of color #B0A879: hue angle of 51.27º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0A879 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 168 121 -
CMYK 0 0.05 0.31 0.31
HSL 51.27º 0.26% 0.58% -
HSV(B) 51.27º 0.31% 0.69% -
XYZ 35.36 38.62 23.68 -
YUV 165.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 176 168 121 0 0.05 0.31 0.31 51.27 0.26 0.58
Hex B0 A8 79 0 5 1F 1F 33 1A 3A
Octal 260 250 171 0 5 37 37 63 32 72
Binary 10110000 10101000 1111001 0 101 11111 11111 110011 11010 111010

Color Harmonies of #B0A879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A879

Black with #B0A879

Text Example


Text Example

White with #B0A879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A879; }

 p { color: rgb(176,168,121); }

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

background-color css

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

 a { background-color: rgb(176,168,121); }

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

border-color css

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

 span { border-color: rgb(176,168,121); }

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