Html Css Color HEX #84A914 Lima

📋 copy color: '#84A914'

red 132 ◦ green 169 ◦ blue 20

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

Shades of Lima #84A914

Tints of Lima #84A914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 41.12%
G = 52.65%
B = 6.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#84A914 (or 0x84A914) is known color: Lima. HEX triplet: 84, A9 and 14. RGB value is (132,169,20). Sum of RGB (Red+Green+Blue) = 132+169+20=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 169 (66.41% from 255 or 52.65% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 169 - color contains mainly: green. Hex color #84A914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A914 is #7B56EB. Grayscale: #8D8D8D. Windows color (decimal): -8083180 or 1354116. OLE color: 1354116.

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

Color convert

RGB 132 169 20 -
CMYK 0.22 0 0.88 0.34
HSL 74.9º 0.79% 0.37% -
HSV(B) 74.9º 0.88% 0.66% -
XYZ 23.83 33.33 5.84 -
YUV 140.95 59.74 121.62 -
System Red Green Blue C M Y K H S L
Decimal 132 169 20 0.22 0 0.88 0.34 74.9 0.79 0.37
Hex 84 A9 14 16 0 58 22 4B 4F 25
Octal 204 251 24 26 0 130 42 113 117 45
Binary 10000100 10101001 10100 10110 0 1011000 100010 1001011 1001111 100101

Color Harmonies of #84A914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A914

Black with #84A914

Text Example


Text Example

White with #84A914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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