#A9B702

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

Shades of Citrus #A9B702

Tints of Citrus #A9B702

Color information

#A9B702 (or 0xA9B702) is unknown color: approx Citrus. HEX triplet: A9, B7 and 02. RGB value is (169,183,2). Sum of RGB (Red+Green+Blue) = 169+183+2=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B702 is #5648FD. Grayscale: #9E9E9E. Windows color (decimal): -5654782 or 178089. OLE color: 178089.

HSL color Cylindrical-coordinate representation of color #A9B702: hue angle of 64.64º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9B702 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB1691832-
CMYK0.0800.990.28
HSL64.64º97.84%36.27%-
HSV(B)64.64º98.91%71.76%-
XYZ33.3142.316.47-
YUV158.1839.86135.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 183 (71.88% from 255) = 51.69%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=47.74%
G=51.69%
B=0.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16918320.0800.990.2864.6497.8436.27
HexA9B7280631C416224
Octal25126721001433410114244
Binary1010100110110111101000011000111110010000011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B702; }

 p { color: rgb(169,183,2); }

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

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

 a { background-color: rgb(169,183,2); }

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

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

 span { border-color: rgb(169,183,2); }

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