#a5b503

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

Shades of Citrus #A5B503

Tints of Citrus #A5B503

Color information

#A5B503 (or 0xA5B503) is unknown color: approx Citrus. HEX triplet: A5, B5 and 03. RGB value is (165,181,3). Sum of RGB (Red+Green+Blue) = 165+181+3=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B503 is #5A4AFC. Grayscale: #9C9C9C. Windows color (decimal): -5917437 or 243109. OLE color: 243109.

HSL color Cylindrical-coordinate representation of color #A5B503: hue angle of 65.39º degrees, saturation: 0.97, 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 #A5B503 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1651813-
CMYK0.0900.980.29
HSL65.39º96.74%36.08%-
HSV(B)65.39º98.34%70.98%-
XYZ32.0641.056.32-
YUV155.9241.7134.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 181 (71.09% from 255) = 51.86%
BLUE value IS 3 (1.56% from 255) = 0.86%
R=47.28%
G=51.86%
B=0.86%

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
Decimal16518130.0900.980.2965.3996.7436.08
HexA5B5390621D416124
Octal24526531101423510114144
Binary1010010110110101111001011000101110110000011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5b503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5b503; }

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

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

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

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

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

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

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

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