#84BA29

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

Shades of Limerick #84BA29

Tints of Limerick #84BA29

Color information

#84BA29 (or 0x84BA29) is unknown color: approx Limerick. HEX triplet: 84, BA and 29. RGB value is (132,186,41). Sum of RGB (Red+Green+Blue) = 132+186+41=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA29 is #7B45D6. Grayscale: #999999. Windows color (decimal): -8078807 or 2734724. OLE color: 2734724.

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

Color convert

RGB13218641-
CMYK0.2900.780.27
HSL82.34º63.88%44.51%-
HSV(B)82.34º77.96%72.94%-
XYZ27.4740.188.41-
YUV153.3264.61112.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 186 (73.05% from 255) = 51.81%
BLUE value IS 41 (16.41% from 255) = 11.42%
R=36.77%
G=51.81%
B=11.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132186410.2900.780.2782.3463.8844.51
Hex84BA291D04E1B52402d
Octal204272513501163312210055
Binary100001001011101010100111101010011101101110100101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,186,41); }

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

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

 a { background-color: rgb(132,186,41); }

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

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

 span { border-color: rgb(132,186,41); }

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