#A5B811

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

Shades of Citrus #A5B811

Tints of Citrus #A5B811

Color information

#A5B811 (or 0xA5B811) is unknown color: approx Citrus. HEX triplet: A5, B8 and 11. RGB value is (165,184,17). Sum of RGB (Red+Green+Blue) = 165+184+17=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 184 (72.27% from 255 or 50.27% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B811 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B811 is #5A47EE. Grayscale: #9F9F9F. Windows color (decimal): -5916655 or 1161381. OLE color: 1161381.

HSL color Cylindrical-coordinate representation of color #A5B811: hue angle of 66.83º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5B811 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB16518417-
CMYK0.1000.910.28
HSL66.83º83.08%39.41%-
HSV(B)66.83º90.76%72.16%-
XYZ32.7642.326.97-
YUV159.2847.71132.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 184 (72.27% from 255) = 50.27%
BLUE value IS 17 (7.03% from 255) = 4.64%
R=45.08%
G=50.27%
B=4.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165184170.1000.910.2866.8383.0839.41
HexA5B811A05B1C435327
Octal245270211201333410312347
Binary1010010110111000100011010010110111110010000111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B811; }

 p { color: rgb(165,184,17); }

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

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

 a { background-color: rgb(165,184,17); }

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

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

 span { border-color: rgb(165,184,17); }

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