#AAB00B

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

Shades of Citrus #AAB00B

Tints of Citrus #AAB00B

Color information

#AAB00B (or 0xAAB00B) is unknown color: approx Citrus. HEX triplet: AA, B0 and 0B. RGB value is (170,176,11). Sum of RGB (Red+Green+Blue) = 170+176+11=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB00B is #554FF4. Grayscale: #9C9C9C. Windows color (decimal): -5591029 or 766122. OLE color: 766122.

HSL color Cylindrical-coordinate representation of color #AAB00B: hue angle of 62.18º 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 #AAB00B is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB17017611-
CMYK0.0300.940.31
HSL62.18º88.24%36.67%-
HSV(B)62.18º93.75%69.02%-
XYZ32.1639.626.27-
YUV155.446.51138.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 176 (69.14% from 255) = 49.30%
BLUE value IS 11 (4.69% from 255) = 3.08%
R=47.62%
G=49.30%
B=3.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170176110.0300.940.3162.1888.2436.67
HexAAB0B305E1F3e5825
Octal2522601330136377613045
Binary101010101011000010111101011110111111111101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB00B; }

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

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

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

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

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

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

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

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