#A1AA1B

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

Shades of Citrus #A1AA1B

Tints of Citrus #A1AA1B

Color information

#A1AA1B (or 0xA1AA1B) is unknown color: approx Citrus. HEX triplet: A1, AA and 1B. RGB value is (161,170,27). Sum of RGB (Red+Green+Blue) = 161+170+27=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA1B is #5E55E4. Grayscale: #979797. Windows color (decimal): -6182373 or 1813153. OLE color: 1813153.

HSL color Cylindrical-coordinate representation of color #A1AA1B: hue angle of 63.78º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1AA1B is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB16117027-
CMYK0.0500.840.33
HSL63.78º72.59%38.63%-
HSV(B)63.78º84.12%66.67%-
XYZ29.2736.416.52-
YUV151.0158.02135.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 170 (66.80% from 255) = 47.49%
BLUE value IS 27 (10.94% from 255) = 7.54%
R=44.97%
G=47.49%
B=7.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161170270.0500.840.3363.7872.5938.63
HexA1AA1B505421404927
Octal24125233501244110011147
Binary1010000110101010110111010101010010000110000001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA1B; }

 p { color: rgb(161,170,27); }

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

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

 a { background-color: rgb(161,170,27); }

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

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

 span { border-color: rgb(161,170,27); }

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