#A9B413

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

Shades of Citrus #A9B413

Tints of Citrus #A9B413

Color information

#A9B413 (or 0xA9B413) is unknown color: approx Citrus. HEX triplet: A9, B4 and 13. RGB value is (169,180,19). Sum of RGB (Red+Green+Blue) = 169+180+19=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B413 is #564BEC. Grayscale: #9E9E9E. Windows color (decimal): -5655533 or 1291433. OLE color: 1291433.

HSL color Cylindrical-coordinate representation of color #A9B413: hue angle of 64.1º 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 #A9B413 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB16918019-
CMYK0.0600.890.29
HSL64.1º80.9%39.02%-
HSV(B)64.1º89.44%70.59%-
XYZ32.841.126.83-
YUV158.3649.36135.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.92%
GREEN value IS 180 (70.70% from 255) = 48.91%
BLUE value IS 19 (7.81% from 255) = 5.16%
R=45.92%
G=48.91%
B=5.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169180190.0600.890.2964.180.939.02
HexA9B41360591D405127
Octal25126423601313510012147
Binary101010011011010010011110010110011110110000001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B413; }

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

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

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

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

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

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

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

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