#87A892

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

Shades of Bay Leaf #87A892

Tints of Bay Leaf #87A892

Color information

#87A892 (or 0x87A892) is unknown color: approx Bay Leaf. HEX triplet: 87, A8 and 92. RGB value is (135,168,146). Sum of RGB (Red+Green+Blue) = 135+168+146=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 168 - color contains mainly: green. Hex color #87A892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A892 is #78576D. Grayscale: #9B9B9B. Windows color (decimal): -7886702 or 9611399. OLE color: 9611399.

HSL color Cylindrical-coordinate representation of color #87A892: hue angle of 140º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87A892 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB135168146-
CMYK0.2000.130.34
HSL140º15.94%59.41%-
HSV(B)140º19.64%65.88%-
XYZ29.1835.2332.46-
YUV155.62122.57113.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.07%
GREEN value IS 168 (66.02% from 255) = 37.42%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=30.07%
G=37.42%
B=32.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1351681460.2000.130.3414015.9459.41
Hex87A892140D228c103b
Octal20725022224015422142073
Binary10000111101010001001001010100011011000101000110010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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