#A5B902

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

Shades of Citrus #A5B902

Tints of Citrus #A5B902

Color information

#A5B902 (or 0xA5B902) is unknown color: approx Citrus. HEX triplet: A5, B9 and 02. RGB value is (165,185,2). Sum of RGB (Red+Green+Blue) = 165+185+2=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B902 is #5A46FD. Grayscale: #9E9E9E. Windows color (decimal): -5916414 or 178597. OLE color: 178597.

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

Color convert

RGB1651852-
CMYK0.1100.990.27
HSL66.56º97.86%36.67%-
HSV(B)66.56º98.92%72.55%-
XYZ32.8842.76.57-
YUV158.1639.87132.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 185 (72.66% from 255) = 52.56%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=46.88%
G=52.56%
B=0.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16518520.1100.990.2766.5697.8636.67
HexA5B92B0631B436225
Octal24527121301433310314245
Binary1010010110111001101011011000111101110000111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B902; }

 p { color: rgb(165,185,2); }

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

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

 a { background-color: rgb(165,185,2); }

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

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

 span { border-color: rgb(165,185,2); }

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