#A1B413

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

Shades of Citrus #A1B413

Tints of Citrus #A1B413

Color information

#A1B413 (or 0xA1B413) is unknown color: approx Citrus. HEX triplet: A1, B4 and 13. RGB value is (161,180,19). Sum of RGB (Red+Green+Blue) = 161+180+19=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B413 is #5E4BEC. Grayscale: #9C9C9C. Windows color (decimal): -6179821 or 1291425. OLE color: 1291425.

HSL color Cylindrical-coordinate representation of color #A1B413: hue angle of 67.08º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1B413 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB16118019-
CMYK0.1100.890.29
HSL67.08º80.9%39.02%-
HSV(B)67.08º89.44%70.59%-
XYZ31.1440.276.75-
YUV155.9650.71131.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 180 (70.70% from 255) = 50%
BLUE value IS 19 (7.81% from 255) = 5.28%
R=44.72%
G=50%
B=5.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161180190.1100.890.2967.0880.939.02
HexA1B413B0591D435127
Octal241264231301313510312147
Binary1010000110110100100111011010110011110110000111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B413; }

 p { color: rgb(161,180,19); }

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

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

 a { background-color: rgb(161,180,19); }

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

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

 span { border-color: rgb(161,180,19); }

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