#A5AB04

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

Shades of Citrus #A5AB04

Tints of Citrus #A5AB04

Color information

#A5AB04 (or 0xA5AB04) is unknown color: approx Citrus. HEX triplet: A5, AB and 04. RGB value is (165,171,4). Sum of RGB (Red+Green+Blue) = 165+171+4=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AB04 is #5A54FB. Grayscale: #969696. Windows color (decimal): -5919996 or 306085. OLE color: 306085.

HSL color Cylindrical-coordinate representation of color #A5AB04: hue angle of 62.16º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5AB04 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1651714-
CMYK0.0400.980.33
HSL62.16º95.43%34.31%-
HSV(B)62.16º97.66%67.06%-
XYZ30.137.135.7-
YUV150.1745.51138.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.53%
GREEN value IS 171 (67.19% from 255) = 50.29%
BLUE value IS 4 (1.95% from 255) = 1.18%
R=48.53%
G=50.29%
B=1.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16517140.0400.980.3362.1695.4334.31
HexA5AB44062213e5f22
Octal245253440142417613742
Binary1010010110101011100100011000101000011111101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB04; }

 p { color: rgb(165,171,4); }

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

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

 a { background-color: rgb(165,171,4); }

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

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

 span { border-color: rgb(165,171,4); }

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