#84BC32

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

Shades of Limerick #84BC32

Tints of Limerick #84BC32

Color information

#84BC32 (or 0x84BC32) is unknown color: approx Limerick. HEX triplet: 84, BC and 32. RGB value is (132,188,50). Sum of RGB (Red+Green+Blue) = 132+188+50=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BC32 is #7B43CD. Grayscale: #9C9C9C. Windows color (decimal): -8078286 or 3325060. OLE color: 3325060.

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

Color convert

RGB13218850-
CMYK0.3000.730.26
HSL84.35º57.98%46.67%-
HSV(B)84.35º73.4%73.73%-
XYZ28.0741.19.47-
YUV155.5268.45111.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 188 (73.83% from 255) = 50.81%
BLUE value IS 50 (19.92% from 255) = 13.51%
R=35.68%
G=50.81%
B=13.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132188500.3000.730.2684.3557.9846.67
Hex84BC321E0491A543a2f
Octal20427462360111321247257
Binary10000100101111001100101111001001001110101010100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,188,50); }

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

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

 a { background-color: rgb(132,188,50); }

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

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

 span { border-color: rgb(132,188,50); }

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