#B0AB75

Color #B0AB75 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #B0AB75

Tints of Neutral Green #B0AB75

Color information

#B0AB75 (or 0xB0AB75) is unknown color: approx Neutral Green. HEX triplet: B0, AB and 75. RGB value is (176,171,117). Sum of RGB (Red+Green+Blue) = 176+171+117=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB75 is #4F548A. Grayscale: #A6A6A6. Windows color (decimal): -5198987 or 7711664. OLE color: 7711664.

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

Color convert

RGB176171117-
CMYK00.030.340.31
HSL54.92º27.19%57.45%-
HSV(B)54.92º33.52%69.02%-
XYZ35.6839.6422.6-
YUV166.34100.16134.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=37.93%
G=36.85%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617111700.030.340.3154.9227.1957.45
HexB0AB7503221F371b39
Octal260253165034237673371
Binary101100001010101111101010111000101111111011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB75; }

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

 H1.HeaderClassName
 {
   color: #B0AB75;
 }
 .AnyTagClassName
 {
   color: #B0AB75;
 }
</style>
background-color css

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

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

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

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

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

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