#a9bc03

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

Shades of Citrus #A9BC03

Tints of Citrus #A9BC03

Color information

#A9BC03 (or 0xA9BC03) is unknown color: approx Citrus. HEX triplet: A9, BC and 03. RGB value is (169,188,3). Sum of RGB (Red+Green+Blue) = 169+188+3=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 3 (1.56% from 255 or 0.83% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9BC03 is #5643FC. Grayscale: #A1A1A1. Windows color (decimal): -5653501 or 244905. OLE color: 244905.

HSL color Cylindrical-coordinate representation of color #A9BC03: hue angle of 66.16º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9BC03 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1691883-
CMYK0.1000.980.26
HSL66.16º96.86%37.45%-
HSV(B)66.16º98.4%73.73%-
XYZ34.3644.416.85-
YUV161.2338.71133.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 188 (73.83% from 255) = 52.22%
BLUE value IS 3 (1.56% from 255) = 0.83%
R=46.94%
G=52.22%
B=0.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16918830.1000.980.2666.1696.8637.45
HexA9BC3A0621A426125
Octal25127431201423210214145
Binary1010100110111100111010011000101101010000101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9bc03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9bc03; }

 p { color: rgb(169,188,3); }

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

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

 a { background-color: rgb(169,188,3); }

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

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

 span { border-color: rgb(169,188,3); }

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

cancel