#A5B504

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

Shades of Citrus #A5B504

Tints of Citrus #A5B504

Color information

#A5B504 (or 0xA5B504) is unknown color: approx Citrus. HEX triplet: A5, B5 and 04. RGB value is (165,181,4). Sum of RGB (Red+Green+Blue) = 165+181+4=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B504 is #5A4AFB. Grayscale: #9C9C9C. Windows color (decimal): -5917436 or 308645. OLE color: 308645.

HSL color Cylindrical-coordinate representation of color #A5B504: hue angle of 65.42º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5B504 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1651814-
CMYK0.0900.980.29
HSL65.42º95.68%36.27%-
HSV(B)65.42º97.79%70.98%-
XYZ32.0641.066.35-
YUV156.0442.2134.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 181 (71.09% from 255) = 51.71%
BLUE value IS 4 (1.95% from 255) = 1.14%
R=47.14%
G=51.71%
B=1.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16518140.0900.980.2965.4295.6836.27
HexA5B5490621D416024
Octal24526541101423510114044
Binary10100101101101011001001011000101110110000011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B504; }

 p { color: rgb(165,181,4); }

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

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

 a { background-color: rgb(165,181,4); }

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

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

 span { border-color: rgb(165,181,4); }

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