#84B931

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

Shades of Limerick #84B931

Tints of Limerick #84B931

Color information

#84B931 (or 0x84B931) is unknown color: approx Limerick. HEX triplet: 84, B9 and 31. RGB value is (132,185,49). Sum of RGB (Red+Green+Blue) = 132+185+49=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #84B931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B931 is #7B46CE. Grayscale: #9A9A9A. Windows color (decimal): -8079055 or 3258756. OLE color: 3258756.

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

Color convert

RGB13218549-
CMYK0.2900.740.27
HSL83.38º58.12%45.88%-
HSV(B)83.38º73.51%72.55%-
XYZ27.4239.839.15-
YUV153.6568.94112.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 185 (72.66% from 255) = 50.55%
BLUE value IS 49 (19.53% from 255) = 13.39%
R=36.07%
G=50.55%
B=13.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132185490.2900.740.2783.3858.1245.88
Hex84B9311D04A1B533a2e
Octal20427161350112331237256
Binary10000100101110011100011110101001010110111010011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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