#AAB10B

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

Shades of Citrus #AAB10B

Tints of Citrus #AAB10B

Color information

#AAB10B (or 0xAAB10B) is unknown color: approx Citrus. HEX triplet: AA, B1 and 0B. RGB value is (170,177,11). Sum of RGB (Red+Green+Blue) = 170+177+11=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB10B is #554EF4. Grayscale: #9C9C9C. Windows color (decimal): -5590773 or 766378. OLE color: 766378.

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

Color convert

RGB17017711-
CMYK0.0400.940.31
HSL62.53º88.3%36.86%-
HSV(B)62.53º93.79%69.41%-
XYZ32.3640.016.33-
YUV155.9846.18138-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 177 (69.53% from 255) = 49.44%
BLUE value IS 11 (4.69% from 255) = 3.07%
R=47.49%
G=49.44%
B=3.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170177110.0400.940.3162.5388.336.86
HexAAB1B405E1F3f5825
Octal2522611340136377713045
Binary1010101010110001101110001011110111111111111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB10B; }

 p { color: rgb(170,177,11); }

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

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

 a { background-color: rgb(170,177,11); }

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

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

 span { border-color: rgb(170,177,11); }

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