#87B530

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

Shades of Limerick #87B530

Tints of Limerick #87B530

Color information

#87B530 (or 0x87B530) is unknown color: approx Limerick. HEX triplet: 87, B5 and 30. RGB value is (135,181,48). Sum of RGB (Red+Green+Blue) = 135+181+48=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #87B530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87B530 is #784ACF. Grayscale: #989898. Windows color (decimal): -7883472 or 3192199. OLE color: 3192199.

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

Color convert

RGB13518148-
CMYK0.2500.730.29
HSL80.75º58.08%44.9%-
HSV(B)80.75º73.48%70.98%-
XYZ27.0538.418.78-
YUV152.0869.26115.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 181 (71.09% from 255) = 49.73%
BLUE value IS 48 (19.14% from 255) = 13.19%
R=37.09%
G=49.73%
B=13.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal135181480.2500.730.2980.7558.0844.9
Hex87B530190491D513a2d
Octal20726560310111351217255
Binary10000111101101011100001100101001001111011010001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,181,48); }

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

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

 a { background-color: rgb(135,181,48); }

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

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

 span { border-color: rgb(135,181,48); }

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