#A5A700

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

Shades of Citrus #A5A700

Tints of Citrus #A5A700

Color information

#A5A700 (or 0xA5A700) is unknown color: approx Citrus. HEX triplet: A5, A7 and 00. RGB value is (165,167,0). Sum of RGB (Red+Green+Blue) = 165+167+0=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A700 is #5A58FF. Grayscale: #949494. Windows color (decimal): -5921024 or 42917. OLE color: 42917.

HSL color Cylindrical-coordinate representation of color #A5A700: hue angle of 60.72º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5A700 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1651670-
CMYK0.01010.35
HSL60.72º100%32.75%-
HSV(B)60.72º100%65.49%-
XYZ29.3435.645.33-
YUV147.3644.84140.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 167 (65.62% from 255) = 50.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.70%
G=50.30%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516700.01010.3560.7210032.75
HexA5A701064233d6421
Octal245247010144437514441
Binary101001011010011101011001001000111111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A700; }

 p { color: rgb(165,167,0); }

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

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

 a { background-color: rgb(165,167,0); }

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

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

 span { border-color: rgb(165,167,0); }

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