#A9B10C

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

Shades of Citrus #A9B10C

Tints of Citrus #A9B10C

Color information

#A9B10C (or 0xA9B10C) is unknown color: approx Citrus. HEX triplet: A9, B1 and 0C. RGB value is (169,177,12). Sum of RGB (Red+Green+Blue) = 169+177+12=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9B10C is #564EF3. Grayscale: #9C9C9C. Windows color (decimal): -5656308 or 831913. OLE color: 831913.

HSL color Cylindrical-coordinate representation of color #A9B10C: hue angle of 62.91º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9B10C is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB16917712-
CMYK0.0500.930.31
HSL62.91º87.3%37.06%-
HSV(B)62.91º93.22%69.41%-
XYZ32.1539.916.36-
YUV155.846.85137.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.21%
GREEN value IS 177 (69.53% from 255) = 49.44%
BLUE value IS 12 (5.08% from 255) = 3.35%
R=47.21%
G=49.44%
B=3.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169177120.0500.930.3162.9187.337.06
HexA9B1C505D1F3f5725
Octal2512611450135377712745
Binary1010100110110001110010101011101111111111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B10C; }

 p { color: rgb(169,177,12); }

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

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

 a { background-color: rgb(169,177,12); }

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

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

 span { border-color: rgb(169,177,12); }

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