#84B216

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

Shades of Lima #84B216

Tints of Lima #84B216

Color information

#84B216 (or 0x84B216) is unknown color: approx Lima. HEX triplet: 84, B2 and 16. RGB value is (132,178,22). Sum of RGB (Red+Green+Blue) = 132+178+22=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #84B216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84B216 is #7B4DE9. Grayscale: #939393. Windows color (decimal): -8080874 or 1487492. OLE color: 1487492.

HSL color Cylindrical-coordinate representation of color #84B216: hue angle of 77.69º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84B216 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB13217822-
CMYK0.2600.880.30
HSL77.69º78%39.22%-
HSV(B)77.69º87.64%69.8%-
XYZ25.5836.86.51-
YUV146.4657.76117.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 178 (69.92% from 255) = 53.61%
BLUE value IS 22 (8.98% from 255) = 6.63%
R=39.76%
G=53.61%
B=6.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132178220.2600.880.3077.697839.22
Hex84B2161A0581E4e4e27
Octal204262263201303611611647
Binary10000100101100101011011010010110001111010011101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,178,22); }

 H1.HeaderClassName
 {
   color: #84B216;
 }
 .AnyTagClassName
 {
   color: #84B216;
 }
</style>
background-color css

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

 a { background-color: rgb(132,178,22); }

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

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

 span { border-color: rgb(132,178,22); }

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