#A2A80F

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

Shades of Citrus #A2A80F

Tints of Citrus #A2A80F

Color information

#A2A80F (or 0xA2A80F) is unknown color: approx Citrus. HEX triplet: A2, A8 and 0F. RGB value is (162,168,15). Sum of RGB (Red+Green+Blue) = 162+168+15=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A80F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A80F is #5D57F0. Grayscale: #959595. Windows color (decimal): -6117361 or 1026210. OLE color: 1026210.

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

Color convert

RGB16216815-
CMYK0.0400.910.34
HSL62.35º83.61%35.88%-
HSV(B)62.35º91.07%65.88%-
XYZ28.9935.725.82-
YUV148.7652.51137.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 168 (66.02% from 255) = 48.70%
BLUE value IS 15 (6.25% from 255) = 4.35%
R=46.96%
G=48.70%
B=4.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal162168150.0400.910.3462.3583.6135.88
HexA2A8F405B223e5424
Octal2422501740133427612444
Binary10100010101010001111100010110111000101111101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A80F; }

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

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

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

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

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

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

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

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