Html Css Color HEX #87A530 Limerick

📋 copy color: '#87A530'

red 135 ◦ green 165 ◦ blue 48

#87A530
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #87A530

Tints of Limerick #87A530

RGB

 RED value IS 135 (53.13% from 255) = 38.79%

 GREEN value IS 165 (64.84% from 255) = 47.41%

 BLUE value IS 48 (19.14% from 255) = 13.79%

R = 38.79%
G = 47.41%
B = 13.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#87A530 (or 0x87A530) is known color: Limerick. HEX triplet: 87, A5 and 30. RGB value is (135,165,48). Sum of RGB (Red+Green+Blue) = 135+165+48=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 165 (64.84% from 255 or 47.41% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 165 - color contains mainly: green. Hex color #87A530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A530 is #785ACF. Grayscale: #8F8F8F. Windows color (decimal): -7887568 or 3188103. OLE color: 3188103.

HSL color Cylindrical-coordinate representation of color #87A530: hue angle of 75.38º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87A530 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 135 165 48 -
CMYK 0.18 0 0.71 0.35
HSL 75.38º 0.55% 0.42% -
HSV(B) 75.38º 0.71% 0.65% -
XYZ 23.98 32.27 7.76 -
YUV 142.69 74.56 122.51 -
System Red Green Blue C M Y K H S L
Decimal 135 165 48 0.18 0 0.71 0.35 75.38 0.55 0.42
Hex 87 A5 30 12 0 47 23 4B 37 2A
Octal 207 245 60 22 0 107 43 113 67 52
Binary 10000111 10100101 110000 10010 0 1000111 100011 1001011 110111 101010

Color Harmonies of #87A530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A530

Black with #87A530

Text Example


Text Example

White with #87A530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87A530;
 }
 .AnyTagClassName
 {
   color: #87A530;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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