Html Css Color HEX #87A492 Padua

📋 copy color: '#87A492'

red 135 ◦ green 164 ◦ blue 146

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

Shades of Padua #87A492

Tints of Padua #87A492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.85%

 BLUE value IS 146 (57.42% from 255) = 32.81%

R = 30.34%
G = 36.85%
B = 32.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#87A492 (or 0x87A492) is known color: Padua. HEX triplet: 87, A4 and 92. RGB value is (135,164,146). Sum of RGB (Red+Green+Blue) = 135+164+146=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #87A492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A492 is #785B6D. Grayscale: #999999. Windows color (decimal): -7887726 or 9610375. OLE color: 9610375.

HSL color Cylindrical-coordinate representation of color #87A492: hue angle of 142.76º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87A492 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 135 164 146 -
CMYK 0.18 0 0.11 0.36
HSL 142.76º 0.14% 0.59% -
HSV(B) 142.76º 0.18% 0.64% -
XYZ 28.46 33.78 32.21 -
YUV 153.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 135 164 146 0.18 0 0.11 0.36 142.76 0.14 0.59
Hex 87 A4 92 12 0 B 24 8F E 3B
Octal 207 244 222 22 0 13 44 217 16 73
Binary 10000111 10100100 10010010 10010 0 1011 100100 10001111 1110 111011

Color Harmonies of #87A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A492

Black with #87A492

Text Example


Text Example

White with #87A492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,164,146); }

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

background-color css

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

 a { background-color: rgb(135,164,146); }

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

border-color css

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

 span { border-color: rgb(135,164,146); }

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