#A1AB2F

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

Shades of Citron #A1AB2F

Tints of Citron #A1AB2F

Color information

#A1AB2F (or 0xA1AB2F) is unknown color: approx Citron. HEX triplet: A1, AB and 2F. RGB value is (161,171,47). Sum of RGB (Red+Green+Blue) = 161+171+47=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AB2F is #5E54D0. Grayscale: #9A9A9A. Windows color (decimal): -6182097 or 3124129. OLE color: 3124129.

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

Color convert

RGB16117147-
CMYK0.0600.730.33
HSL64.84º56.88%42.75%-
HSV(B)64.84º72.51%67.06%-
XYZ29.7736.918.24-
YUV153.8767.69133.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.48%
GREEN value IS 171 (67.19% from 255) = 45.12%
BLUE value IS 47 (18.75% from 255) = 12.40%
R=42.48%
G=45.12%
B=12.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161171470.0600.730.3364.8456.8842.75
HexA1AB2F60492141392b
Octal2412535760111411017153
Binary1010000110101011101111110010010011000011000001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AB2F; }

 p { color: rgb(161,171,47); }

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

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

 a { background-color: rgb(161,171,47); }

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

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

 span { border-color: rgb(161,171,47); }

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