Html Css Color HEX #B5AB7A Neutral Green

📋 copy color: '#B5AB7A'

red 181 ◦ green 171 ◦ blue 122

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

Shades of Neutral Green #B5AB7A

Tints of Neutral Green #B5AB7A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.08%

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

R = 38.19%
G = 36.08%
B = 25.74%

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

#B5AB7A (or 0xB5AB7A) is known color: Neutral Green. HEX triplet: B5, AB and 7A. RGB value is (181,171,122). Sum of RGB (Red+Green+Blue) = 181+171+122=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB7A is #4A5485. Grayscale: #A8A8A8. Windows color (decimal): -4871302 or 8039349. OLE color: 8039349.

HSL color Cylindrical-coordinate representation of color #B5AB7A: hue angle of 49.83º 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 #B5AB7A is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 171 122 -
CMYK 0 0.06 0.33 0.29
HSL 49.83º 0.29% 0.59% -
HSV(B) 49.83º 0.33% 0.71% -
XYZ 37.13 40.35 24.24 -
YUV 168.4 101.81 136.98 -
System Red Green Blue C M Y K H S L
Decimal 181 171 122 0 0.06 0.33 0.29 49.83 0.29 0.59
Hex B5 AB 7A 0 6 21 1D 32 1D 3B
Octal 265 253 172 0 6 41 35 62 35 73
Binary 10110101 10101011 1111010 0 110 100001 11101 110010 11101 111011

Color Harmonies of #B5AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AB7A

Black with #B5AB7A

Text Example


Text Example

White with #B5AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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