#A6B409

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

Shades of Citrus #A6B409

Tints of Citrus #A6B409

Color information

#A6B409 (or 0xA6B409) is unknown color: approx Citrus. HEX triplet: A6, B4 and 09. RGB value is (166,180,9). Sum of RGB (Red+Green+Blue) = 166+180+9=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B409 is #594BF6. Grayscale: #9C9C9C. Windows color (decimal): -5852151 or 636070. OLE color: 636070.

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

Color convert

RGB1661809-
CMYK0.0800.950.29
HSL64.91º90.48%37.06%-
HSV(B)64.91º95%70.59%-
XYZ32.140.776.44-
YUV156.3244.86134.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 180 (70.70% from 255) = 50.70%
BLUE value IS 9 (3.91% from 255) = 2.54%
R=46.76%
G=50.70%
B=2.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16618090.0800.950.2964.9190.4837.06
HexA6B49805F1D415a25
Octal246264111001373510113245
Binary101001101011010010011000010111111110110000011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B409; }

 p { color: rgb(166,180,9); }

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

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

 a { background-color: rgb(166,180,9); }

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

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

 span { border-color: rgb(166,180,9); }

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