#A5B511

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

Shades of Citrus #A5B511

Tints of Citrus #A5B511

Color information

#A5B511 (or 0xA5B511) is unknown color: approx Citrus. HEX triplet: A5, B5 and 11. RGB value is (165,181,17). Sum of RGB (Red+Green+Blue) = 165+181+17=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B511 is #5A4AEE. Grayscale: #9E9E9E. Windows color (decimal): -5917423 or 1160613. OLE color: 1160613.

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

Color convert

RGB16518117-
CMYK0.0900.910.29
HSL65.85º82.83%38.82%-
HSV(B)65.85º90.61%70.98%-
XYZ32.1441.096.77-
YUV157.5248.7133.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 181 (71.09% from 255) = 49.86%
BLUE value IS 17 (7.03% from 255) = 4.68%
R=45.45%
G=49.86%
B=4.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165181170.0900.910.2965.8582.8338.82
HexA5B511905B1D425327
Octal245265211101333510212347
Binary1010010110110101100011001010110111110110000101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B511; }

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

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

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

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

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

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

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

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