#A0A917

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

Shades of Citrus #A0A917

Tints of Citrus #A0A917

Color information

#A0A917 (or 0xA0A917) is unknown color: approx Citrus. HEX triplet: A0, A9 and 17. RGB value is (160,169,23). Sum of RGB (Red+Green+Blue) = 160+169+23=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A917 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A917 is #5F56E8. Grayscale: #969696. Windows color (decimal): -6248169 or 1550752. OLE color: 1550752.

HSL color Cylindrical-coordinate representation of color #A0A917: hue angle of 63.7º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0A917 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB16016923-
CMYK0.0500.860.34
HSL63.7º76.04%37.65%-
HSV(B)63.7º86.39%66.27%-
XYZ28.8435.916.22-
YUV149.6656.52135.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 169 (66.41% from 255) = 48.01%
BLUE value IS 23 (9.38% from 255) = 6.53%
R=45.45%
G=48.01%
B=6.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160169230.0500.860.3463.776.0437.65
HexA0A917505622404c26
Octal24025127501264210011446
Binary1010000010101001101111010101011010001010000001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A917; }

 p { color: rgb(160,169,23); }

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

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

 a { background-color: rgb(160,169,23); }

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

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

 span { border-color: rgb(160,169,23); }

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