#AAB801

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

Shades of Citrus #AAB801

Tints of Citrus #AAB801

Color information

#AAB801 (or 0xAAB801) is unknown color: approx Citrus. HEX triplet: AA, B8 and 01. RGB value is (170,184,1). Sum of RGB (Red+Green+Blue) = 170+184+1=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB801 is #5547FE. Grayscale: #9F9F9F. Windows color (decimal): -5588991 or 112810. OLE color: 112810.

HSL color Cylindrical-coordinate representation of color #AAB801: hue angle of 64.59º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAB801 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB1701841-
CMYK0.0800.990.28
HSL64.59º98.92%36.27%-
HSV(B)64.59º99.46%72.16%-
XYZ33.7242.836.52-
YUV158.9538.86135.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 184 (72.27% from 255) = 51.83%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=47.89%
G=51.83%
B=0.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17018410.0800.990.2864.5998.9236.27
HexAAB8180631C416324
Octal25227011001433410114344
Binary101010101011100011000011000111110010000011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB801; }

 p { color: rgb(170,184,1); }

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

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

 a { background-color: rgb(170,184,1); }

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

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

 span { border-color: rgb(170,184,1); }

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