Html Css Color HEX #84A911 Lima

📋 copy color: '#84A911'

red 132 ◦ green 169 ◦ blue 17

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

Shades of Lima #84A911

Tints of Lima #84A911

RGB

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

 GREEN value IS 169 (66.41% from 255) = 53.14%

 BLUE value IS 17 (7.03% from 255) = 5.35%

R = 41.51%
G = 53.14%
B = 5.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#84A911 (or 0x84A911) is known color: Lima. HEX triplet: 84, A9 and 11. RGB value is (132,169,17). Sum of RGB (Red+Green+Blue) = 132+169+17=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 169 (66.41% from 255 or 53.14% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 169 - color contains mainly: green. Hex color #84A911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A911 is #7B56EE. Grayscale: #8D8D8D. Windows color (decimal): -8083183 or 1157508. OLE color: 1157508.

HSL color Cylindrical-coordinate representation of color #84A911: hue angle of 74.61º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84A911 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 132 169 17 -
CMYK 0.22 0 0.90 0.34
HSL 74.61º 0.82% 0.36% -
HSV(B) 74.61º 0.9% 0.66% -
XYZ 23.8 33.32 5.71 -
YUV 140.61 58.24 121.86 -
System Red Green Blue C M Y K H S L
Decimal 132 169 17 0.22 0 0.90 0.34 74.61 0.82 0.36
Hex 84 A9 11 16 0 5A 22 4B 52 24
Octal 204 251 21 26 0 132 42 113 122 44
Binary 10000100 10101001 10001 10110 0 1011010 100010 1001011 1010010 100100

Color Harmonies of #84A911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A911

Black with #84A911

Text Example


Text Example

White with #84A911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,169,17); }

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

background-color css

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

 a { background-color: rgb(132,169,17); }

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

border-color css

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

 span { border-color: rgb(132,169,17); }

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