#84AB14

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

Shades of Lima #84AB14

Tints of Lima #84AB14

Color information

#84AB14 (or 0x84AB14) is unknown color: approx Lima. HEX triplet: 84, AB and 14. RGB value is (132,171,20). Sum of RGB (Red+Green+Blue) = 132+171+20=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AB14 is #7B54EB. Grayscale: #8E8E8E. Windows color (decimal): -8082668 or 1354628. OLE color: 1354628.

HSL color Cylindrical-coordinate representation of color #84AB14: hue angle of 75.5º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84AB14 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB13217120-
CMYK0.2300.880.33
HSL75.5º79.06%37.45%-
HSV(B)75.5º88.3%67.06%-
XYZ24.234.085.96-
YUV142.1259.08120.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 171 (67.19% from 255) = 52.94%
BLUE value IS 20 (8.20% from 255) = 6.19%
R=40.87%
G=52.94%
B=6.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132171200.2300.880.3375.579.0637.45
Hex84AB1417058214b4f25
Octal204253242701304111311745
Binary100001001010101110100101110101100010000110010111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,171,20); }

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

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

 a { background-color: rgb(132,171,20); }

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

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

 span { border-color: rgb(132,171,20); }

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