#84A116

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

Shades of Citron #84A116

Tints of Citron #84A116

Color information

#84A116 (or 0x84A116) is unknown color: approx Citron. HEX triplet: 84, A1 and 16. RGB value is (132,161,22). Sum of RGB (Red+Green+Blue) = 132+161+22=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #84A116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A116 is #7B5EE9. Grayscale: #898989. Windows color (decimal): -8085226 or 1483140. OLE color: 1483140.

HSL color Cylindrical-coordinate representation of color #84A116: hue angle of 72.52º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84A116 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB13216122-
CMYK0.1800.860.37
HSL72.52º75.96%35.88%-
HSV(B)72.52º86.34%63.14%-
XYZ22.4130.455.46-
YUV136.4863.39124.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.90%
GREEN value IS 161 (63.28% from 255) = 51.11%
BLUE value IS 22 (8.98% from 255) = 6.98%
R=41.90%
G=51.11%
B=6.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal132161220.1800.860.3772.5275.9635.88
Hex84A1161205625494c24
Octal204241262201264511111444
Binary100001001010000110110100100101011010010110010011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A116; }

 p { color: rgb(132,161,22); }

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

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

 a { background-color: rgb(132,161,22); }

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

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

 span { border-color: rgb(132,161,22); }

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