#A1AB04

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

Shades of Citrus #A1AB04

Tints of Citrus #A1AB04

Color information

#A1AB04 (or 0xA1AB04) is unknown color: approx Citrus. HEX triplet: A1, AB and 04. RGB value is (161,171,4). Sum of RGB (Red+Green+Blue) = 161+171+4=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AB04 is #5E54FB. Grayscale: #959595. Windows color (decimal): -6182140 or 306081. OLE color: 306081.

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

Color convert

RGB1611714-
CMYK0.0600.980.33
HSL63.59º95.43%34.31%-
HSV(B)63.59º97.66%67.06%-
XYZ29.2836.715.66-
YUV148.9746.19136.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 171 (67.19% from 255) = 50.89%
BLUE value IS 4 (1.95% from 255) = 1.19%
R=47.92%
G=50.89%
B=1.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16117140.0600.980.3363.5995.4334.31
HexA1AB4606221405f22
Octal2412534601424110013742
Binary10100001101010111001100110001010000110000001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AB04; }

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

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

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

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

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

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

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

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