#AAB00F

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

Shades of Citrus #AAB00F

Tints of Citrus #AAB00F

Color information

#AAB00F (or 0xAAB00F) is unknown color: approx Citrus. HEX triplet: AA, B0 and 0F. RGB value is (170,176,15). Sum of RGB (Red+Green+Blue) = 170+176+15=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB00F is #554FF0. Grayscale: #9C9C9C. Windows color (decimal): -5591025 or 1028266. OLE color: 1028266.

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

Color convert

RGB17017615-
CMYK0.0300.910.31
HSL62.24º84.29%37.45%-
HSV(B)62.24º91.48%69.02%-
XYZ32.1939.636.4-
YUV155.8548.51138.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 176 (69.14% from 255) = 48.75%
BLUE value IS 15 (6.25% from 255) = 4.16%
R=47.09%
G=48.75%
B=4.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170176150.0300.910.3162.2484.2937.45
HexAAB0F305B1F3e5425
Octal2522601730133377612445
Binary101010101011000011111101011011111111111101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB00F; }

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

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

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

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

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

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

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

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