#A5BD11

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

Shades of Citrus #A5BD11

Tints of Citrus #A5BD11

Color information

#A5BD11 (or 0xA5BD11) is unknown color: approx Citrus. HEX triplet: A5, BD and 11. RGB value is (165,189,17). Sum of RGB (Red+Green+Blue) = 165+189+17=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BD11 is #5A42EE. Grayscale: #A2A2A2. Windows color (decimal): -5915375 or 1162661. OLE color: 1162661.

HSL color Cylindrical-coordinate representation of color #A5BD11: hue angle of 68.37º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5BD11 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB16518917-
CMYK0.1300.910.26
HSL68.37º83.5%40.39%-
HSV(B)68.37º91.01%74.12%-
XYZ33.8244.437.32-
YUV162.2246.05129.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 189 (74.22% from 255) = 50.94%
BLUE value IS 17 (7.03% from 255) = 4.58%
R=44.47%
G=50.94%
B=4.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165189170.1300.910.2668.3783.540.39
HexA5BD11D05B1A445328
Octal245275211501333210412350
Binary1010010110111101100011101010110111101010001001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BD11; }

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

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

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

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

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

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

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

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