#B3A517

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

Shades of Earls Green #B3A517

Tints of Earls Green #B3A517

Color information

#B3A517 (or 0xB3A517) is unknown color: approx Earls Green. HEX triplet: B3, A5 and 17. RGB value is (179,165,23). Sum of RGB (Red+Green+Blue) = 179+165+23=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A517 is #4C5AE8. Grayscale: #999999. Windows color (decimal): -5004009 or 1549747. OLE color: 1549747.

HSL color Cylindrical-coordinate representation of color #B3A517: hue angle of 54.62º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3A517 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB17916523-
CMYK00.080.870.30
HSL54.62º77.23%39.61%-
HSV(B)54.62º87.15%70.2%-
XYZ32.236.566.17-
YUV15354.64146.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 165 (64.84% from 255) = 44.96%
BLUE value IS 23 (9.38% from 255) = 6.27%
R=48.77%
G=44.96%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791652300.080.870.3054.6277.2339.61
HexB3A51708571E374d28
Octal26324527010127366711550
Binary101100111010010110111010001010111111101101111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A517; }

 p { color: rgb(179,165,23); }

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

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

 a { background-color: rgb(179,165,23); }

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

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

 span { border-color: rgb(179,165,23); }

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