#AAB000

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

Shades of Citrus #AAB000

Tints of Citrus #AAB000

Color information

#AAB000 (or 0xAAB000) is unknown color: approx Citrus. HEX triplet: AA, B0 and 00. RGB value is (170,176,0). Sum of RGB (Red+Green+Blue) = 170+176+0=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 176 (69.14% from 255 or 50.87% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB000 is #554FFF. Grayscale: #9A9A9A. Windows color (decimal): -5591040 or 45226. OLE color: 45226.

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

Color convert

RGB1701760-
CMYK0.03010.31
HSL62.05º100%34.51%-
HSV(B)62.05º100%69.02%-
XYZ32.139.65.95-
YUV154.1441.01139.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 176 (69.14% from 255) = 50.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.13%
G=50.87%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17017600.03010.3162.0510034.51
HexAAB0030641F3e6423
Octal252260030144377614443
Binary101010101011000001101100100111111111101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB000; }

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

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

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

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

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

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

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

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