#B3A924

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

Shades of Earls Green #B3A924

Tints of Earls Green #B3A924

Color information

#B3A924 (or 0xB3A924) is unknown color: approx Earls Green. HEX triplet: B3, A9 and 24. RGB value is (179,169,36). Sum of RGB (Red+Green+Blue) = 179+169+36=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A924 is #4C56DB. Grayscale: #9D9D9D. Windows color (decimal): -5002972 or 2402739. OLE color: 2402739.

HSL color Cylindrical-coordinate representation of color #B3A924: hue angle of 55.8º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3A924 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB17916936-
CMYK00.060.800.30
HSL55.8º66.51%42.16%-
HSV(B)55.8º79.89%70.2%-
XYZ33.138.097.28-
YUV156.8359.81143.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.61%
GREEN value IS 169 (66.41% from 255) = 44.01%
BLUE value IS 36 (14.45% from 255) = 9.38%
R=46.61%
G=44.01%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791693600.060.800.3055.866.5142.16
HexB3A92406501E38432a
Octal2632514406120367010352
Binary101100111010100110010001101010000111101110001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A924; }

 p { color: rgb(179,169,36); }

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

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

 a { background-color: rgb(179,169,36); }

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

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

 span { border-color: rgb(179,169,36); }

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