#84A915

Color #84A915 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #84A915

Tints of Lima #84A915

Color information

#84A915 (or 0x84A915) is unknown color: approx 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

RGB13216921-
CMYK0.2200.880.34
HSL75º77.89%37.25%-
HSV(B)75º87.57%66.27%-
XYZ23.8433.345.89-
YUV141.0660.24121.53-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal132169210.2200.880.347577.8937.25
Hex84A91516058224b4e25
Octal204251252601304211311645
Binary100001001010100110101101100101100010001010010111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>