#A9B000

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

Shades of Citrus #A9B000

Tints of Citrus #A9B000

Color information

#A9B000 (or 0xA9B000) is unknown color: approx Citrus. HEX triplet: A9, B0 and 00. RGB value is (169,176,0). Sum of RGB (Red+Green+Blue) = 169+176+0=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9B000 is #564FFF. Grayscale: #9A9A9A. Windows color (decimal): -5656576 or 45225. OLE color: 45225.

HSL color Cylindrical-coordinate representation of color #A9B000: hue angle of 62.39º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A9B000 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1691760-
CMYK0.04010.31
HSL62.39º100%34.51%-
HSV(B)62.39º100%69.02%-
XYZ31.8939.495.94-
YUV153.8441.18138.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 176 (69.14% from 255) = 51.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.99%
G=51.01%
B=0%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16917600.04010.3162.3910034.51
HexA9B0040641F3e6423
Octal251260040144377614443
Binary1010100110110000010001100100111111111101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B000; }

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

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

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

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

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

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

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

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