#84BA38

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

Shades of Limerick #84BA38

Tints of Limerick #84BA38

Color information

#84BA38 (or 0x84BA38) is unknown color: approx Limerick. HEX triplet: 84, BA and 38. RGB value is (132,186,56). Sum of RGB (Red+Green+Blue) = 132+186+56=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA38 is #7B45C7. Grayscale: #9B9B9B. Windows color (decimal): -8078792 or 3717764. OLE color: 3717764.

HSL color Cylindrical-coordinate representation of color #84BA38: hue angle of 84.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84BA38 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB13218656-
CMYK0.2900.700.27
HSL84.92º53.72%47.45%-
HSV(B)84.92º69.89%72.94%-
XYZ27.7940.3110.06-
YUV155.0372.11111.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.29%
GREEN value IS 186 (73.05% from 255) = 49.73%
BLUE value IS 56 (22.27% from 255) = 14.97%
R=35.29%
G=49.73%
B=14.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132186560.2900.700.2784.9253.7247.45
Hex84BA381D0461B55362f
Octal20427270350106331256657
Binary10000100101110101110001110101000110110111010101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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