#aab410

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

Shades of Citrus #AAB410

Tints of Citrus #AAB410

Color information

#AAB410 (or 0xAAB410) is unknown color: approx Citrus. HEX triplet: AA, B4 and 10. RGB value is (170,180,16). Sum of RGB (Red+Green+Blue) = 170+180+16=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB410 is #554BEF. Grayscale: #9E9E9E. Windows color (decimal): -5590000 or 1094826. OLE color: 1094826.

HSL color Cylindrical-coordinate representation of color #AAB410: hue angle of 63.66º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAB410 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB17018016-
CMYK0.0600.910.29
HSL63.66º83.67%38.43%-
HSV(B)63.66º91.11%70.59%-
XYZ32.9941.236.71-
YUV158.3147.69136.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 180 (70.70% from 255) = 49.18%
BLUE value IS 16 (6.64% from 255) = 4.37%
R=46.45%
G=49.18%
B=4.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170180160.0600.910.2963.6683.6738.43
HexAAB410605B1D405426
Octal25226420601333510012446
Binary101010101011010010000110010110111110110000001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aab410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aab410; }

 p { color: rgb(170,180,16); }

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

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

 a { background-color: rgb(170,180,16); }

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

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

 span { border-color: rgb(170,180,16); }

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