#84A11A

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

Shades of Citron #84A11A

Tints of Citron #84A11A

Color information

#84A11A (or 0x84A11A) is unknown color: approx Citron. HEX triplet: 84, A1 and 1A. RGB value is (132,161,26). Sum of RGB (Red+Green+Blue) = 132+161+26=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #84A11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A11A is #7B5EE5. Grayscale: #898989. Windows color (decimal): -8085222 or 1745284. OLE color: 1745284.

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

Color convert

RGB13216126-
CMYK0.1800.840.37
HSL72.89º72.19%36.67%-
HSV(B)72.89º83.85%63.14%-
XYZ22.4530.475.68-
YUV136.9465.39124.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 161 (63.28% from 255) = 50.47%
BLUE value IS 26 (10.55% from 255) = 8.15%
R=41.38%
G=50.47%
B=8.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal132161260.1800.840.3772.8972.1936.67
Hex84A11A1205425494825
Octal204241322201244511111045
Binary100001001010000111010100100101010010010110010011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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