#84B126

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

Shades of Limerick #84B126

Tints of Limerick #84B126

Color information

#84B126 (or 0x84B126) is unknown color: approx Limerick. HEX triplet: 84, B1 and 26. RGB value is (132,177,38). Sum of RGB (Red+Green+Blue) = 132+177+38=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #84B126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B126 is #7B4ED9. Grayscale: #949494. Windows color (decimal): -8081114 or 2535812. OLE color: 2535812.

HSL color Cylindrical-coordinate representation of color #84B126: hue angle of 79.42º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84B126 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB13217738-
CMYK0.2500.790.31
HSL79.42º64.65%42.16%-
HSV(B)79.42º78.53%69.41%-
XYZ25.5936.497.53-
YUV147.766.09116.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 177 (69.53% from 255) = 51.01%
BLUE value IS 38 (15.23% from 255) = 10.95%
R=38.04%
G=51.01%
B=10.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132177380.2500.790.3179.4264.6542.16
Hex84B1261904F1F4f412a
Octal204261463101173711710152
Binary100001001011000110011011001010011111111110011111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,177,38); }

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

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

 a { background-color: rgb(132,177,38); }

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

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

 span { border-color: rgb(132,177,38); }

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