#A2A80D

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

Shades of Citrus #A2A80D

Tints of Citrus #A2A80D

Color information

#A2A80D (or 0xA2A80D) is unknown color: approx Citrus. HEX triplet: A2, A8 and 0D. RGB value is (162,168,13). Sum of RGB (Red+Green+Blue) = 162+168+13=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A80D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A80D is #5D57F2. Grayscale: #959595. Windows color (decimal): -6117363 or 895138. OLE color: 895138.

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

Color convert

RGB16216813-
CMYK0.0400.920.34
HSL62.32º85.64%35.49%-
HSV(B)62.32º92.26%65.88%-
XYZ28.9835.725.75-
YUV148.5451.51137.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 168 (66.02% from 255) = 48.98%
BLUE value IS 13 (5.47% from 255) = 3.79%
R=47.23%
G=48.98%
B=3.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal162168130.0400.920.3462.3285.6435.49
HexA2A8D405C223e5623
Octal2422501540134427612643
Binary10100010101010001101100010111001000101111101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A80D; }

 p { color: rgb(162,168,13); }

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

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

 a { background-color: rgb(162,168,13); }

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

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

 span { border-color: rgb(162,168,13); }

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