Html Css Color HEX #B0A880 Neutral Green

📋 copy color: '#B0A880'

red 176 ◦ green 168 ◦ blue 128

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

Shades of Neutral Green #B0A880

Tints of Neutral Green #B0A880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.12%

R = 37.29%
G = 35.59%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B0A880 (or 0xB0A880) is known color: Neutral Green. HEX triplet: B0, A8 and 80. RGB value is (176,168,128). Sum of RGB (Red+Green+Blue) = 176+168+128=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A880 is #4F577F. Grayscale: #A6A6A6. Windows color (decimal): -5199744 or 8431792. OLE color: 8431792.

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

Color convert

RGB 176 168 128 -
CMYK 0 0.05 0.27 0.31
HSL 50º 0.23% 0.6% -
HSV(B) 50º 0.27% 0.69% -
XYZ 35.8 38.79 26.02 -
YUV 165.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 176 168 128 0 0.05 0.27 0.31 50 0.23 0.6
Hex B0 A8 80 0 5 1B 1F 32 17 3C
Octal 260 250 200 0 5 33 37 62 27 74
Binary 10110000 10101000 10000000 0 101 11011 11111 110010 10111 111100

Color Harmonies of #B0A880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A880

Black with #B0A880

Text Example


Text Example

White with #B0A880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A880; }

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

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

background-color css

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

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

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

border-color css

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

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

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