#AAAB00

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

Shades of Citrus #AAAB00

Tints of Citrus #AAAB00

Color information

#AAAB00 (or 0xAAAB00) is unknown color: approx Citrus. HEX triplet: AA, AB and 00. RGB value is (170,171,0). Sum of RGB (Red+Green+Blue) = 170+171+0=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB00 is #5554FF. Grayscale: #979797. Windows color (decimal): -5592320 or 43946. OLE color: 43946.

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

Color convert

RGB1701710-
CMYK0.01010.33
HSL60.35º100%33.53%-
HSV(B)60.35º100%67.06%-
XYZ31.1437.675.63-
YUV151.2142.67141.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 171 (67.19% from 255) = 50.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.85%
G=50.15%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17017100.01010.3360.3510033.53
HexAAAB01064213c6422
Octal252253010144417414442
Binary101010101010101101011001001000011111001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB00; }

 p { color: rgb(170,171,0); }

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

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

 a { background-color: rgb(170,171,0); }

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

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

 span { border-color: rgb(170,171,0); }

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