#A3BA12

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

Shades of Citrus #A3BA12

Tints of Citrus #A3BA12

Color information

#A3BA12 (or 0xA3BA12) is unknown color: approx Citrus. HEX triplet: A3, BA and 12. RGB value is (163,186,18). Sum of RGB (Red+Green+Blue) = 163+186+18=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BA12 is #5C45ED. Grayscale: #A0A0A0. Windows color (decimal): -6047214 or 1227427. OLE color: 1227427.

HSL color Cylindrical-coordinate representation of color #A3BA12: hue angle of 68.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3BA12 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB16318618-
CMYK0.1200.900.27
HSL68.21º82.35%40%-
HSV(B)68.21º90.32%72.94%-
XYZ32.7742.957.13-
YUV159.9747.88130.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.41%
GREEN value IS 186 (73.05% from 255) = 50.68%
BLUE value IS 18 (7.42% from 255) = 4.90%
R=44.41%
G=50.68%
B=4.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163186180.1200.900.2768.2182.3540
HexA3BA12C05A1B445228
Octal243272221401323310412250
Binary1010001110111010100101100010110101101110001001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BA12; }

 p { color: rgb(163,186,18); }

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

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

 a { background-color: rgb(163,186,18); }

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

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

 span { border-color: rgb(163,186,18); }

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