#B0AB83

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

Shades of Neutral Green #B0AB83

Tints of Neutral Green #B0AB83

Color information

#B0AB83 (or 0xB0AB83) is unknown color: approx Neutral Green. HEX triplet: B0, AB and 83. RGB value is (176,171,131). Sum of RGB (Red+Green+Blue) = 176+171+131=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB83 is #4F547C. Grayscale: #A8A8A8. Windows color (decimal): -5198973 or 8629168. OLE color: 8629168.

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

Color convert

RGB176171131-
CMYK00.030.260.31
HSL53.33º22.17%60.2%-
HSV(B)53.33º25.57%69.02%-
XYZ36.5639.9927.27-
YUV167.93107.16133.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 131 (51.56% from 255) = 27.41%
R=36.82%
G=35.77%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617113100.030.260.3153.3322.1760.2
HexB0AB83031A1F35163c
Octal260253203033237652674
Binary101100001010101110000011011110101111111010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB83; }

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

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

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

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

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

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

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

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