#87B42F

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

Shades of Limerick #87B42F

Tints of Limerick #87B42F

Color information

#87B42F (or 0x87B42F) is unknown color: approx Limerick. HEX triplet: 87, B4 and 2F. RGB value is (135,180,47). Sum of RGB (Red+Green+Blue) = 135+180+47=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #87B42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87B42F is #784BD0. Grayscale: #979797. Windows color (decimal): -7883729 or 3126407. OLE color: 3126407.

HSL color Cylindrical-coordinate representation of color #87B42F: hue angle of 80.3º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #87B42F is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB13518047-
CMYK0.2500.740.29
HSL80.3º58.59%44.51%-
HSV(B)80.3º73.89%70.59%-
XYZ26.83388.61-
YUV151.3869.09116.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.29%
GREEN value IS 180 (70.70% from 255) = 49.72%
BLUE value IS 47 (18.75% from 255) = 12.98%
R=37.29%
G=49.72%
B=12.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal135180470.2500.740.2980.358.5944.51
Hex87B42F1904A1D503b2d
Octal20726457310112351207355
Binary10000111101101001011111100101001010111011010000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87B42F; }

 p { color: rgb(135,180,47); }

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

<style>
 a { background-color: #87B42F; }

 a { background-color: rgb(135,180,47); }

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

<style>
 span { border-color: #87B42F; }

 span { border-color: rgb(135,180,47); }

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