#84B821

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

Shades of Lima #84B821

Tints of Lima #84B821

Color information

#84B821 (or 0x84B821) is unknown color: approx Lima. HEX triplet: 84, B8 and 21. RGB value is (132,184,33). Sum of RGB (Red+Green+Blue) = 132+184+33=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 184 (72.27% from 255 or 52.72% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 184 - color contains mainly: green. Hex color #84B821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B821 is #7B47DE. Grayscale: #979797. Windows color (decimal): -8079327 or 2209924. OLE color: 2209924.

HSL color Cylindrical-coordinate representation of color #84B821: hue angle of 80.66º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84B821 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB13218433-
CMYK0.2800.820.28
HSL80.66º69.59%42.55%-
HSV(B)80.66º82.07%72.16%-
XYZ26.9339.37.6-
YUV151.2461.27114.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 184 (72.27% from 255) = 52.72%
BLUE value IS 33 (13.28% from 255) = 9.46%
R=37.82%
G=52.72%
B=9.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal132184330.2800.820.2880.6669.5942.55
Hex84B8211C0521C51462b
Octal204270413401223412110653
Binary100001001011100010000111100010100101110010100011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,184,33); }

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

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

 a { background-color: rgb(132,184,33); }

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

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

 span { border-color: rgb(132,184,33); }

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