#A3BD11

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

Shades of Citrus #A3BD11

Tints of Citrus #A3BD11

Color information

#A3BD11 (or 0xA3BD11) is unknown color: approx Citrus. HEX triplet: A3, BD and 11. RGB value is (163,189,17). Sum of RGB (Red+Green+Blue) = 163+189+17=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BD11 is #5C42EE. Grayscale: #A2A2A2. Windows color (decimal): -6046447 or 1162659. OLE color: 1162659.

HSL color Cylindrical-coordinate representation of color #A3BD11: hue angle of 69.07º 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 #A3BD11 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB16318917-
CMYK0.1400.910.26
HSL69.07º83.5%40.39%-
HSV(B)69.07º91.01%74.12%-
XYZ33.444.227.31-
YUV161.6246.39128.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 189 (74.22% from 255) = 51.22%
BLUE value IS 17 (7.03% from 255) = 4.61%
R=44.17%
G=51.22%
B=4.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163189170.1400.910.2669.0783.540.39
HexA3BD11E05B1A455328
Octal243275211601333210512350
Binary1010001110111101100011110010110111101010001011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BD11; }

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

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

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

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

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

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

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

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