#A3A92B

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

Shades of Earls Green #A3A92B

Tints of Earls Green #A3A92B

Color information

#A3A92B (or 0xA3A92B) is unknown color: approx Earls Green. HEX triplet: A3, A9 and 2B. RGB value is (163,169,43). Sum of RGB (Red+Green+Blue) = 163+169+43=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A92B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A92B is #5C56D4. Grayscale: #999999. Windows color (decimal): -6051541 or 2861475. OLE color: 2861475.

HSL color Cylindrical-coordinate representation of color #A3A92B: hue angle of 62.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3A92B is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB16316943-
CMYK0.0400.750.34
HSL62.86º59.43%41.57%-
HSV(B)62.86º74.56%66.27%-
XYZ29.7336.347.73-
YUV152.8466.01135.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 169 (66.41% from 255) = 45.07%
BLUE value IS 43 (17.19% from 255) = 11.47%
R=43.47%
G=45.07%
B=11.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal163169430.0400.750.3462.8659.4341.57
HexA3A92B404B223f3b2a
Octal243251534011342777352
Binary101000111010100110101110001001011100010111111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A92B; }

 p { color: rgb(163,169,43); }

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

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

 a { background-color: rgb(163,169,43); }

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

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

 span { border-color: rgb(163,169,43); }

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