#A9BB00

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

Shades of Citrus #A9BB00

Tints of Citrus #A9BB00

Color information

#A9BB00 (or 0xA9BB00) is unknown color: approx Citrus. HEX triplet: A9, BB and 00. RGB value is (169,187,0). Sum of RGB (Red+Green+Blue) = 169+187+0=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9BB00 is #5644FF. Grayscale: #A1A1A1. Windows color (decimal): -5653760 or 48041. OLE color: 48041.

HSL color Cylindrical-coordinate representation of color #A9BB00: hue angle of 65.78º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A9BB00 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1691870-
CMYK0.10010.27
HSL65.78º100%36.67%-
HSV(B)65.78º100%73.33%-
XYZ34.1343.986.69-
YUV160.337.54134.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 187 (73.44% from 255) = 52.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.47%
G=52.53%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16918700.10010.2765.7810036.67
HexA9BB0A0641B426425
Octal25127301201443310214445
Binary101010011011101101010011001001101110000101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BB00; }

 p { color: rgb(169,187,0); }

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

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

 a { background-color: rgb(169,187,0); }

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

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

 span { border-color: rgb(169,187,0); }

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