#A3B614

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

Shades of Citrus #A3B614

Tints of Citrus #A3B614

Color information

#A3B614 (or 0xA3B614) is unknown color: approx Citrus. HEX triplet: A3, B6 and 14. RGB value is (163,182,20). Sum of RGB (Red+Green+Blue) = 163+182+20=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B614 is #5C49EB. Grayscale: #9E9E9E. Windows color (decimal): -6048236 or 1357475. OLE color: 1357475.

HSL color Cylindrical-coordinate representation of color #A3B614: hue angle of 67.04º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A3B614 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB16318220-
CMYK0.1000.890.29
HSL67.04º80.2%39.61%-
HSV(B)67.04º89.01%71.37%-
XYZ31.9641.296.95-
YUV157.8550.21131.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.66%
GREEN value IS 182 (71.48% from 255) = 49.86%
BLUE value IS 20 (8.20% from 255) = 5.48%
R=44.66%
G=49.86%
B=5.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163182200.1000.890.2967.0480.239.61
HexA3B614A0591D435028
Octal243266241201313510312050
Binary1010001110110110101001010010110011110110000111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B614; }

 p { color: rgb(163,182,20); }

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

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

 a { background-color: rgb(163,182,20); }

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

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

 span { border-color: rgb(163,182,20); }

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