Html Css Color HEX #B5AA7A Neutral Green

📋 copy color: '#B5AA7A'

red 181 ◦ green 170 ◦ blue 122

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

Shades of Neutral Green #B5AA7A

Tints of Neutral Green #B5AA7A

RGB

 RED value IS 181 (71.09% from 255) = 38.27%

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

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

R = 38.27%
G = 35.94%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5AA7A (or 0xB5AA7A) is known color: Neutral Green. HEX triplet: B5, AA and 7A. RGB value is (181,170,122). Sum of RGB (Red+Green+Blue) = 181+170+122=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AA7A is #4A5585. Grayscale: #A8A8A8. Windows color (decimal): -4871558 or 8039093. OLE color: 8039093.

HSL color Cylindrical-coordinate representation of color #B5AA7A: hue angle of 48.81º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5AA7A is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 170 122 -
CMYK 0 0.06 0.33 0.29
HSL 48.81º 0.29% 0.59% -
HSV(B) 48.81º 0.33% 0.71% -
XYZ 36.94 39.98 24.18 -
YUV 167.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 181 170 122 0 0.06 0.33 0.29 48.81 0.29 0.59
Hex B5 AA 7A 0 6 21 1D 31 1D 3B
Octal 265 252 172 0 6 41 35 61 35 73
Binary 10110101 10101010 1111010 0 110 100001 11101 110001 11101 111011

Color Harmonies of #B5AA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AA7A

Black with #B5AA7A

Text Example


Text Example

White with #B5AA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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