#B0A878

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

Shades of Neutral Green #B0A878

Tints of Neutral Green #B0A878

Color information

#B0A878 (or 0xB0A878) is unknown color: approx Neutral Green. HEX triplet: B0, A8 and 78. RGB value is (176,168,120). Sum of RGB (Red+Green+Blue) = 176+168+120=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A878 is #4F5787. Grayscale: #A5A5A5. Windows color (decimal): -5199752 or 7907504. OLE color: 7907504.

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

Color convert

RGB176168120-
CMYK00.050.320.31
HSL51.43º26.17%58.04%-
HSV(B)51.43º31.82%69.02%-
XYZ35.338.5923.36-
YUV164.92102.65135.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=37.93%
G=36.21%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616812000.050.320.3151.4326.1758.04
HexB0A87805201F331a3a
Octal260250170054037633272
Binary1011000010101000111100001011000001111111001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A878; }

 p { color: rgb(176,168,120); }

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

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

 a { background-color: rgb(176,168,120); }

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

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

 span { border-color: rgb(176,168,120); }

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