Html Css Color HEX #84AD16 Lima

📋 copy color: '#84AD16'

red 132 ◦ green 173 ◦ blue 22

#84AD16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #84AD16

Tints of Lima #84AD16

RGB

 RED value IS 132 (51.95% from 255) = 40.37%

 GREEN value IS 173 (67.97% from 255) = 52.91%

 BLUE value IS 22 (8.98% from 255) = 6.73%

R = 40.37%
G = 52.91%
B = 6.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#84AD16 (or 0x84AD16) is known color: Lima. HEX triplet: 84, AD and 16. RGB value is (132,173,22). Sum of RGB (Red+Green+Blue) = 132+173+22=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AD16 is #7B52E9. Grayscale: #909090. Windows color (decimal): -8082154 or 1486212. OLE color: 1486212.

HSL color Cylindrical-coordinate representation of color #84AD16: hue angle of 76.29º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84AD16 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 173 22 -
CMYK 0.24 0 0.87 0.32
HSL 76.29º 0.77% 0.38% -
HSV(B) 76.29º 0.87% 0.68% -
XYZ 24.6 34.85 6.19 -
YUV 143.53 59.42 119.78 -
System Red Green Blue C M Y K H S L
Decimal 132 173 22 0.24 0 0.87 0.32 76.29 0.77 0.38
Hex 84 AD 16 18 0 57 20 4C 4D 26
Octal 204 255 26 30 0 127 40 114 115 46
Binary 10000100 10101101 10110 11000 0 1010111 100000 1001100 1001101 100110

Color Harmonies of #84AD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AD16

Black with #84AD16

Text Example


Text Example

White with #84AD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84AD16;
 }
 .AnyTagClassName
 {
   color: #84AD16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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