Html Css Color HEX #84AC19 Lima

📋 copy color: '#84AC19'

red 132 ◦ green 172 ◦ blue 25

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

Shades of Lima #84AC19

Tints of Lima #84AC19

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.28%

 BLUE value IS 25 (10.16% from 255) = 7.6%

R = 40.12%
G = 52.28%
B = 7.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#84AC19 (or 0x84AC19) is known color: Lima. HEX triplet: 84, AC and 19. RGB value is (132,172,25). Sum of RGB (Red+Green+Blue) = 132+172+25=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AC19 is #7B53E6. Grayscale: #8F8F8F. Windows color (decimal): -8082407 or 1682564. OLE color: 1682564.

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

Color convert

RGB 132 172 25 -
CMYK 0.23 0 0.85 0.33
HSL 76.33º 0.75% 0.39% -
HSV(B) 76.33º 0.85% 0.67% -
XYZ 24.44 34.48 6.29 -
YUV 143.28 61.25 119.95 -
System Red Green Blue C M Y K H S L
Decimal 132 172 25 0.23 0 0.85 0.33 76.33 0.75 0.39
Hex 84 AC 19 17 0 55 21 4C 4B 27
Octal 204 254 31 27 0 125 41 114 113 47
Binary 10000100 10101100 11001 10111 0 1010101 100001 1001100 1001011 100111

Color Harmonies of #84AC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AC19

Black with #84AC19

Text Example


Text Example

White with #84AC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,172,25); }

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

background-color css

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

 a { background-color: rgb(132,172,25); }

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

border-color css

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

 span { border-color: rgb(132,172,25); }

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