#AAB603

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

Shades of Citrus #AAB603

Tints of Citrus #AAB603

Color information

#AAB603 (or 0xAAB603) is unknown color: approx Citrus. HEX triplet: AA, B6 and 03. RGB value is (170,182,3). Sum of RGB (Red+Green+Blue) = 170+182+3=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB603 is #5549FC. Grayscale: #9E9E9E. Windows color (decimal): -5589501 or 243370. OLE color: 243370.

HSL color Cylindrical-coordinate representation of color #AAB603: hue angle of 64.02º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAB603 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1701823-
CMYK0.0700.980.29
HSL64.02º96.76%36.27%-
HSV(B)64.02º98.35%71.37%-
XYZ33.3242.016.44-
YUV158.0140.52136.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 182 (71.48% from 255) = 51.27%
BLUE value IS 3 (1.56% from 255) = 0.85%
R=47.89%
G=51.27%
B=0.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17018230.0700.980.2964.0296.7636.27
HexAAB6370621D406124
Octal2522663701423510014144
Binary101010101011011011111011000101110110000001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB603; }

 p { color: rgb(170,182,3); }

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

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

 a { background-color: rgb(170,182,3); }

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

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

 span { border-color: rgb(170,182,3); }

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