#84B33D

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

Shades of Limerick #84B33D

Tints of Limerick #84B33D

Color information

#84B33D (or 0x84B33D) is unknown color: approx Limerick. HEX triplet: 84, B3 and 3D. RGB value is (132,179,61). Sum of RGB (Red+Green+Blue) = 132+179+61=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #84B33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B33D is #7B4CC2. Grayscale: #979797. Windows color (decimal): -8080579 or 4043652. OLE color: 4043652.

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

Color convert

RGB13217961-
CMYK0.2600.660.30
HSL83.9º49.17%47.06%-
HSV(B)83.9º65.92%70.2%-
XYZ26.4837.4810.25-
YUV151.576.93114.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 179 (70.31% from 255) = 48.12%
BLUE value IS 61 (24.22% from 255) = 16.40%
R=35.48%
G=48.12%
B=16.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132179610.2600.660.3083.949.1747.06
Hex84B33D1A0421E54312f
Octal20426375320102361246157
Binary10000100101100111111011101001000010111101010100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,179,61); }

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

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

 a { background-color: rgb(132,179,61); }

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

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

 span { border-color: rgb(132,179,61); }

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