Html Css Color HEX #B1AA81 Neutral Green

📋 copy color: '#B1AA81'

red 177 ◦ green 170 ◦ blue 129

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

Shades of Neutral Green #B1AA81

Tints of Neutral Green #B1AA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.1%

R = 37.18%
G = 35.71%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B1AA81 (or 0xB1AA81) is known color: Neutral Green. HEX triplet: B1, AA and 81. RGB value is (177,170,129). Sum of RGB (Red+Green+Blue) = 177+170+129=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA81 is #4E557E. Grayscale: #A7A7A7. Windows color (decimal): -5133695 or 8497841. OLE color: 8497841.

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

Color convert

RGB 177 170 129 -
CMYK 0 0.04 0.27 0.31
HSL 51.25º 0.24% 0.6% -
HSV(B) 51.25º 0.27% 0.69% -
XYZ 36.47 39.68 26.51 -
YUV 167.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 177 170 129 0 0.04 0.27 0.31 51.25 0.24 0.6
Hex B1 AA 81 0 4 1B 1F 33 18 3C
Octal 261 252 201 0 4 33 37 63 30 74
Binary 10110001 10101010 10000001 0 100 11011 11111 110011 11000 111100

Color Harmonies of #B1AA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AA81

Black with #B1AA81

Text Example


Text Example

White with #B1AA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AA81; }

 p { color: rgb(177,170,129); }

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

background-color css

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

 a { background-color: rgb(177,170,129); }

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

border-color css

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

 span { border-color: rgb(177,170,129); }

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