#84B02F

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

Shades of Limerick #84B02F

Tints of Limerick #84B02F

Color information

#84B02F (or 0x84B02F) is unknown color: approx Limerick. HEX triplet: 84, B0 and 2F. RGB value is (132,176,47). Sum of RGB (Red+Green+Blue) = 132+176+47=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 176 (69.14% from 255 or 49.58% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 176 - color contains mainly: green. Hex color #84B02F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B02F is #7B4FD0. Grayscale: #949494. Windows color (decimal): -8081361 or 3125380. OLE color: 3125380.

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

Color convert

RGB13217647-
CMYK0.2500.730.31
HSL80.47º57.85%43.73%-
HSV(B)80.47º73.3%69.02%-
XYZ25.5536.168.32-
YUV148.1470.92116.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 176 (69.14% from 255) = 49.58%
BLUE value IS 47 (18.75% from 255) = 13.24%
R=37.18%
G=49.58%
B=13.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132176470.2500.730.3180.4757.8543.73
Hex84B02F190491F503a2c
Octal20426057310111371207254
Binary10000100101100001011111100101001001111111010000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,176,47); }

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

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

 a { background-color: rgb(132,176,47); }

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

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

 span { border-color: rgb(132,176,47); }

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