#A2A90E

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

Shades of Citrus #A2A90E

Tints of Citrus #A2A90E

Color information

#A2A90E (or 0xA2A90E) is unknown color: approx Citrus. HEX triplet: A2, A9 and 0E. RGB value is (162,169,14). Sum of RGB (Red+Green+Blue) = 162+169+14=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A90E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A90E is #5D56F1. Grayscale: #959595. Windows color (decimal): -6117106 or 960930. OLE color: 960930.

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

Color convert

RGB16216914-
CMYK0.0400.920.34
HSL62.71º84.7%35.88%-
HSV(B)62.71º91.72%66.27%-
XYZ29.1736.095.84-
YUV149.2451.68137.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 169 (66.41% from 255) = 48.99%
BLUE value IS 14 (5.86% from 255) = 4.06%
R=46.96%
G=48.99%
B=4.06%

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
Decimal162169140.0400.920.3462.7184.735.88
HexA2A9E405C223f5524
Octal2422511640134427712544
Binary10100010101010011110100010111001000101111111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A90E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A90E; }

 p { color: rgb(162,169,14); }

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

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

 a { background-color: rgb(162,169,14); }

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

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

 span { border-color: rgb(162,169,14); }

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