Html Css Color HEX #B1AA7A Neutral Green

📋 copy color: '#B1AA7A'

red 177 ◦ green 170 ◦ blue 122

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

Shades of Neutral Green #B1AA7A

Tints of Neutral Green #B1AA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.01%

R = 37.74%
G = 36.25%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1AA7A (or 0xB1AA7A) is known color: Neutral Green. HEX triplet: B1, AA and 7A. RGB value is (177,170,122). Sum of RGB (Red+Green+Blue) = 177+170+122=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA7A is #4E5585. Grayscale: #A6A6A6. Windows color (decimal): -5133702 or 8039089. OLE color: 8039089.

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

Color convert

RGB 177 170 122 -
CMYK 0 0.04 0.31 0.31
HSL 52.36º 0.26% 0.59% -
HSV(B) 52.36º 0.31% 0.69% -
XYZ 36.02 39.5 24.14 -
YUV 166.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 177 170 122 0 0.04 0.31 0.31 52.36 0.26 0.59
Hex B1 AA 7A 0 4 1F 1F 34 1A 3B
Octal 261 252 172 0 4 37 37 64 32 73
Binary 10110001 10101010 1111010 0 100 11111 11111 110100 11010 111011

Color Harmonies of #B1AA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AA7A

Black with #B1AA7A

Text Example


Text Example

White with #B1AA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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