Html Css Color HEX #84A915 Lima

📋 copy color: '#84A915'

red 132 ◦ green 169 ◦ blue 21

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

Shades of Lima #84A915

Tints of Lima #84A915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.52%

R = 40.99%
G = 52.48%
B = 6.52%

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

#84A915 (or 0x84A915) is known color: Lima. HEX triplet: 84, A9 and 15. RGB value is (132,169,21). Sum of RGB (Red+Green+Blue) = 132+169+21=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 169 (66.41% from 255 or 52.48% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 169 - color contains mainly: green. Hex color #84A915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A915 is #7B56EA. Grayscale: #8D8D8D. Windows color (decimal): -8083179 or 1419652. OLE color: 1419652.

HSL color Cylindrical-coordinate representation of color #84A915: hue angle of 75º degrees, saturation: 0.78, 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 #84A915 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 132 169 21 -
CMYK 0.22 0 0.88 0.34
HSL 75º 0.78% 0.37% -
HSV(B) 75º 0.88% 0.66% -
XYZ 23.84 33.34 5.89 -
YUV 141.07 60.24 121.53 -
System Red Green Blue C M Y K H S L
Decimal 132 169 21 0.22 0 0.88 0.34 75 0.78 0.37
Hex 84 A9 15 16 0 58 22 4B 4E 25
Octal 204 251 25 26 0 130 42 113 116 45
Binary 10000100 10101001 10101 10110 0 1011000 100010 1001011 1001110 100101

Color Harmonies of #84A915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A915

Black with #84A915

Text Example


Text Example

White with #84A915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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