#87B93D

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

Shades of Limerick #87B93D

Tints of Limerick #87B93D

Color information

#87B93D (or 0x87B93D) is unknown color: approx Limerick. HEX triplet: 87, B9 and 3D. RGB value is (135,185,61). Sum of RGB (Red+Green+Blue) = 135+185+61=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #87B93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87B93D is #7846C2. Grayscale: #9C9C9C. Windows color (decimal): -7882435 or 4045191. OLE color: 4045191.

HSL color Cylindrical-coordinate representation of color #87B93D: hue angle of 84.19º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87B93D is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB13518561-
CMYK0.2700.670.27
HSL84.19º50.41%48.24%-
HSV(B)84.19º67.03%72.55%-
XYZ28.1840.1910.69-
YUV155.9174.44113.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.43%
GREEN value IS 185 (72.66% from 255) = 48.56%
BLUE value IS 61 (24.22% from 255) = 16.01%
R=35.43%
G=48.56%
B=16.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135185610.2700.670.2784.1950.4148.24
Hex87B93D1B0431B543230
Octal20727175330103331246260
Binary10000111101110011111011101101000011110111010100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,185,61); }

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

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

 a { background-color: rgb(135,185,61); }

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

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

 span { border-color: rgb(135,185,61); }

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