#A5A812

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

Shades of Citrus #A5A812

Tints of Citrus #A5A812

Color information

#A5A812 (or 0xA5A812) is unknown color: approx Citrus. HEX triplet: A5, A8 and 12. RGB value is (165,168,18). Sum of RGB (Red+Green+Blue) = 165+168+18=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A812 is #5A57ED. Grayscale: #969696. Windows color (decimal): -5920750 or 1222821. OLE color: 1222821.

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

Color convert

RGB16516818-
CMYK0.0200.890.34
HSL61.2º80.65%36.47%-
HSV(B)61.2º89.29%65.88%-
XYZ29.6336.055.97-
YUV15053.51138.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 168 (66.02% from 255) = 47.86%
BLUE value IS 18 (7.42% from 255) = 5.13%
R=47.01%
G=47.86%
B=5.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165168180.0200.890.3461.280.6536.47
HexA5A8122059223d5124
Octal2452502220131427512144
Binary10100101101010001001010010110011000101111011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A812; }

 p { color: rgb(165,168,18); }

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

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

 a { background-color: rgb(165,168,18); }

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

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

 span { border-color: rgb(165,168,18); }

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