Html Css Color HEX #B5AA7B Neutral Green

📋 copy color: '#B5AA7B'

red 181 ◦ green 170 ◦ blue 123

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

Shades of Neutral Green #B5AA7B

Tints of Neutral Green #B5AA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.95%

R = 38.19%
G = 35.86%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5AA7B (or 0xB5AA7B) is known color: Neutral Green. HEX triplet: B5, AA and 7B. RGB value is (181,170,123). Sum of RGB (Red+Green+Blue) = 181+170+123=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AA7B is #4A5584. Grayscale: #A8A8A8. Windows color (decimal): -4871557 or 8104629. OLE color: 8104629.

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

Color convert

RGB 181 170 123 -
CMYK 0 0.06 0.32 0.29
HSL 48.62º 0.28% 0.6% -
HSV(B) 48.62º 0.32% 0.71% -
XYZ 37.01 40 24.51 -
YUV 167.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 181 170 123 0 0.06 0.32 0.29 48.62 0.28 0.6
Hex B5 AA 7B 0 6 20 1D 31 1C 3C
Octal 265 252 173 0 6 40 35 61 34 74
Binary 10110101 10101010 1111011 0 110 100000 11101 110001 11100 111100

Color Harmonies of #B5AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AA7B

Black with #B5AA7B

Text Example


Text Example

White with #B5AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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