#B3A878

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

Shades of Neutral Green #B3A878

Tints of Neutral Green #B3A878

Color information

#B3A878 (or 0xB3A878) is unknown color: approx Neutral Green. HEX triplet: B3, A8 and 78. RGB value is (179,168,120). Sum of RGB (Red+Green+Blue) = 179+168+120=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A878 is #4C5787. Grayscale: #A6A6A6. Windows color (decimal): -5003144 or 7907507. OLE color: 7907507.

HSL color Cylindrical-coordinate representation of color #B3A878: hue angle of 48.81º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3A878 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB179168120-
CMYK00.060.330.30
HSL48.81º27.96%58.63%-
HSV(B)48.81º32.96%70.2%-
XYZ35.9838.9523.39-
YUV165.82102.14137.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 168 (66.02% from 255) = 35.97%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=38.33%
G=35.97%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916812000.060.330.3048.8127.9658.63
HexB3A87806211E311c3b
Octal263250170064136613473
Binary1011001110101000111100001101000011111011000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A878; }

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

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

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

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

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

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

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

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