#A0A92D

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

Shades of Citron #A0A92D

Tints of Citron #A0A92D

Color information

#A0A92D (or 0xA0A92D) is unknown color: approx Citron. HEX triplet: A0, A9 and 2D. RGB value is (160,169,45). Sum of RGB (Red+Green+Blue) = 160+169+45=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A92D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A92D is #5F56D2. Grayscale: #989898. Windows color (decimal): -6248147 or 2992544. OLE color: 2992544.

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

Color convert

RGB16016945-
CMYK0.0500.730.34
HSL64.35º57.94%41.96%-
HSV(B)64.35º73.37%66.27%-
XYZ29.1636.047.9-
YUV152.1767.52133.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 169 (66.41% from 255) = 45.19%
BLUE value IS 45 (17.97% from 255) = 12.03%
R=42.78%
G=45.19%
B=12.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160169450.0500.730.3464.3557.9441.96
HexA0A92D504922403a2a
Octal2402515550111421007252
Binary1010000010101001101101101010010011000101000000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A92D; }

 p { color: rgb(160,169,45); }

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

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

 a { background-color: rgb(160,169,45); }

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

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

 span { border-color: rgb(160,169,45); }

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