#84B922

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

Shades of Lima #84B922

Tints of Lima #84B922

Color information

#84B922 (or 0x84B922) is unknown color: approx Lima. HEX triplet: 84, B9 and 22. RGB value is (132,185,34). Sum of RGB (Red+Green+Blue) = 132+185+34=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 185 (72.66% from 255 or 52.71% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 185 - color contains mainly: green. Hex color #84B922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B922 is #7B46DD. Grayscale: #989898. Windows color (decimal): -8079070 or 2275716. OLE color: 2275716.

HSL color Cylindrical-coordinate representation of color #84B922: hue angle of 81.06º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84B922 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB13218534-
CMYK0.2900.820.27
HSL81.06º68.95%42.94%-
HSV(B)81.06º81.62%72.55%-
XYZ27.1539.727.75-
YUV151.9461.44113.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 185 (72.66% from 255) = 52.71%
BLUE value IS 34 (13.67% from 255) = 9.69%
R=37.61%
G=52.71%
B=9.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132185340.2900.820.2781.0668.9542.94
Hex84B9221D0521B51452b
Octal204271423501223312110553
Binary100001001011100110001011101010100101101110100011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,185,34); }

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

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

 a { background-color: rgb(132,185,34); }

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

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

 span { border-color: rgb(132,185,34); }

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