Html Css Color HEX #B1AC80 Neutral Green

📋 copy color: '#B1AC80'

red 177 ◦ green 172 ◦ blue 128

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

Shades of Neutral Green #B1AC80

Tints of Neutral Green #B1AC80

RGB

 RED value IS 177 (69.53% from 255) = 37.11%

 GREEN value IS 172 (67.58% from 255) = 36.06%

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

R = 37.11%
G = 36.06%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1AC80 (or 0xB1AC80) is known color: Neutral Green. HEX triplet: B1, AC and 80. RGB value is (177,172,128). Sum of RGB (Red+Green+Blue) = 177+172+128=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AC80 is #4E537F. Grayscale: #A8A8A8. Windows color (decimal): -5133184 or 8432817. OLE color: 8432817.

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

Color convert

RGB 177 172 128 -
CMYK 0 0.03 0.28 0.31
HSL 53.88º 0.24% 0.6% -
HSV(B) 53.88º 0.28% 0.69% -
XYZ 36.78 40.41 26.28 -
YUV 168.48 105.16 134.08 -
System Red Green Blue C M Y K H S L
Decimal 177 172 128 0 0.03 0.28 0.31 53.88 0.24 0.6
Hex B1 AC 80 0 3 1C 1F 36 18 3C
Octal 261 254 200 0 3 34 37 66 30 74
Binary 10110001 10101100 10000000 0 11 11100 11111 110110 11000 111100

Color Harmonies of #B1AC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AC80

Black with #B1AC80

Text Example


Text Example

White with #B1AC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AC80; }

 p { color: rgb(177,172,128); }

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

background-color css

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

 a { background-color: rgb(177,172,128); }

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

border-color css

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

 span { border-color: rgb(177,172,128); }

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