#A9B40F

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

Shades of Citrus #A9B40F

Tints of Citrus #A9B40F

Color information

#A9B40F (or 0xA9B40F) is unknown color: approx Citrus. HEX triplet: A9, B4 and 0F. RGB value is (169,180,15). Sum of RGB (Red+Green+Blue) = 169+180+15=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 180 (70.70% from 255 or 49.45% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B40F is #564BF0. Grayscale: #9E9E9E. Windows color (decimal): -5655537 or 1029289. OLE color: 1029289.

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

Color convert

RGB16918015-
CMYK0.0600.920.29
HSL64º84.62%38.24%-
HSV(B)64º91.67%70.59%-
XYZ32.7741.116.66-
YUV157.947.36135.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 180 (70.70% from 255) = 49.45%
BLUE value IS 15 (6.25% from 255) = 4.12%
R=46.43%
G=49.45%
B=4.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169180150.0600.920.296484.6238.24
HexA9B4F605C1D405526
Octal25126417601343510012546
Binary10101001101101001111110010111001110110000001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B40F; }

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

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

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

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

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

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

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

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