#85A890

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

Shades of Bay Leaf #85A890

Tints of Bay Leaf #85A890

Color information

#85A890 (or 0x85A890) is unknown color: approx Bay Leaf. HEX triplet: 85, A8 and 90. RGB value is (133,168,144). Sum of RGB (Red+Green+Blue) = 133+168+144=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 168 - color contains mainly: green. Hex color #85A890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A890 is #7A576F. Grayscale: #9A9A9A. Windows color (decimal): -8017776 or 9480325. OLE color: 9480325.

HSL color Cylindrical-coordinate representation of color #85A890: hue angle of 138.86º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85A890 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB133168144-
CMYK0.2100.140.34
HSL138.86º16.75%59.02%-
HSV(B)138.86º20.83%65.88%-
XYZ28.7135.0131.63-
YUV154.8121.9112.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.89%
GREEN value IS 168 (66.02% from 255) = 37.75%
BLUE value IS 144 (56.64% from 255) = 32.36%
R=29.89%
G=37.75%
B=32.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1331681440.2100.140.34138.8616.7559.02
Hex85A890150E228b113b
Octal20525022025016422132173
Binary10000101101010001001000010101011101000101000101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A890; }

 p { color: rgb(133,168,144); }

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

<style>
 a { background-color: #85A890; }

 a { background-color: rgb(133,168,144); }

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

<style>
 span { border-color: #85A890; }

 span { border-color: rgb(133,168,144); }

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