#B5AB7B

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

Shades of Neutral Green #B5AB7B

Tints of Neutral Green #B5AB7B

Color information

#B5AB7B (or 0xB5AB7B) is unknown color: approx Neutral Green. HEX triplet: B5, AB and 7B. RGB value is (181,171,123). Sum of RGB (Red+Green+Blue) = 181+171+123=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB7B is #4A5484. Grayscale: #A8A8A8. Windows color (decimal): -4871301 or 8104885. OLE color: 8104885.

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

Color convert

RGB181171123-
CMYK00.060.320.29
HSL49.66º28.16%59.61%-
HSV(B)49.66º32.04%70.98%-
XYZ37.1940.3824.57-
YUV168.52102.31136.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=38.11%
G=36%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117112300.060.320.2949.6628.1659.61
HexB5AB7B06201D321c3c
Octal265253173064035623474
Binary1011010110101011111101101101000001110111001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB7B; }

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

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

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

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

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

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

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

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