#B3A619

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

Shades of Earls Green #B3A619

Tints of Earls Green #B3A619

Color information

#B3A619 (or 0xB3A619) is unknown color: approx Earls Green. HEX triplet: B3, A6 and 19. RGB value is (179,166,25). Sum of RGB (Red+Green+Blue) = 179+166+25=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A619 is #4C59E6. Grayscale: #9A9A9A. Windows color (decimal): -5003751 or 1681075. OLE color: 1681075.

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

Color convert

RGB17916625-
CMYK00.070.860.30
HSL54.94º75.49%40%-
HSV(B)54.94º86.03%70.2%-
XYZ32.436.936.34-
YUV153.8155.31145.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.38%
GREEN value IS 166 (65.23% from 255) = 44.86%
BLUE value IS 25 (10.16% from 255) = 6.76%
R=48.38%
G=44.86%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791662500.070.860.3054.9475.4940
HexB3A61907561E374b28
Octal2632463107126366711350
Binary10110011101001101100101111010110111101101111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A619; }

 p { color: rgb(179,166,25); }

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

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

 a { background-color: rgb(179,166,25); }

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

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

 span { border-color: rgb(179,166,25); }

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