#A9B412

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

Shades of Citrus #A9B412

Tints of Citrus #A9B412

Color information

#A9B412 (or 0xA9B412) is unknown color: approx Citrus. HEX triplet: A9, B4 and 12. RGB value is (169,180,18). Sum of RGB (Red+Green+Blue) = 169+180+18=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B412 is #564BED. Grayscale: #9E9E9E. Windows color (decimal): -5655534 or 1225897. OLE color: 1225897.

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

Color convert

RGB16918018-
CMYK0.0600.90.29
HSL64.07º81.82%38.82%-
HSV(B)64.07º90%70.59%-
XYZ32.7941.126.78-
YUV158.2448.86135.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 180 (70.70% from 255) = 49.05%
BLUE value IS 18 (7.42% from 255) = 4.90%
R=46.05%
G=49.05%
B=4.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169180180.0600.90.2964.0781.8238.82
HexA9B412605A1D405227
Octal25126422601323510012247
Binary101010011011010010010110010110101110110000001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B412; }

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

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

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

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

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

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

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

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