#87B092

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

Shades of Bay Leaf #87B092

Tints of Bay Leaf #87B092

Color information

#87B092 (or 0x87B092) is unknown color: approx Bay Leaf. HEX triplet: 87, B0 and 92. RGB value is (135,176,146). Sum of RGB (Red+Green+Blue) = 135+176+146=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 176 - color contains mainly: green. Hex color #87B092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87B092 is #784F6D. Grayscale: #A0A0A0. Windows color (decimal): -7884654 or 9613447. OLE color: 9613447.

HSL color Cylindrical-coordinate representation of color #87B092: hue angle of 136.1º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87B092 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB135176146-
CMYK0.2300.170.31
HSL136.1º20.6%60.98%-
HSV(B)136.1º23.3%69.02%-
XYZ30.7138.2832.96-
YUV160.32119.92109.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.54%
GREEN value IS 176 (69.14% from 255) = 38.51%
BLUE value IS 146 (57.42% from 255) = 31.95%
R=29.54%
G=38.51%
B=31.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351761460.2300.170.31136.120.660.98
Hex87B092170111F88153d
Octal20726022227021372102575
Binary10000111101100001001001010111010001111111000100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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