Html Css Color HEX #B0AB7A Neutral Green

📋 copy color: '#B0AB7A'

red 176 ◦ green 171 ◦ blue 122

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

Shades of Neutral Green #B0AB7A

Tints of Neutral Green #B0AB7A

RGB

 RED value IS 176 (69.14% from 255) = 37.53%

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

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

R = 37.53%
G = 36.46%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0AB7A (or 0xB0AB7A) is known color: Neutral Green. HEX triplet: B0, AB and 7A. RGB value is (176,171,122). Sum of RGB (Red+Green+Blue) = 176+171+122=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB7A is #4F5485. Grayscale: #A7A7A7. Windows color (decimal): -5198982 or 8039344. OLE color: 8039344.

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

Color convert

RGB 176 171 122 -
CMYK 0 0.03 0.31 0.31
HSL 54.44º 0.25% 0.58% -
HSV(B) 54.44º 0.31% 0.69% -
XYZ 35.98 39.76 24.19 -
YUV 166.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 176 171 122 0 0.03 0.31 0.31 54.44 0.25 0.58
Hex B0 AB 7A 0 3 1F 1F 36 19 3A
Octal 260 253 172 0 3 37 37 66 31 72
Binary 10110000 10101011 1111010 0 11 11111 11111 110110 11001 111010

Color Harmonies of #B0AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB7A

Black with #B0AB7A

Text Example


Text Example

White with #B0AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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