#85B08F

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

Shades of Bay Leaf #85B08F

Tints of Bay Leaf #85B08F

Color information

#85B08F (or 0x85B08F) is unknown color: approx Bay Leaf. HEX triplet: 85, B0 and 8F. RGB value is (133,176,143). Sum of RGB (Red+Green+Blue) = 133+176+143=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #85B08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85B08F is #7A4F70. Grayscale: #9F9F9F. Windows color (decimal): -8015729 or 9416837. OLE color: 9416837.

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

Color convert

RGB133176143-
CMYK0.2400.190.31
HSL133.95º21.39%60.59%-
HSV(B)133.95º24.43%69.02%-
XYZ30.1638.0231.74-
YUV159.38118.75109.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.42%
GREEN value IS 176 (69.14% from 255) = 38.94%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=29.42%
G=38.94%
B=31.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331761430.2400.190.31133.9521.3960.59
Hex85B08F180131F86153d
Octal20526021730023372062575
Binary10000101101100001000111111000010011111111000011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,176,143); }

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

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

 a { background-color: rgb(133,176,143); }

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

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

 span { border-color: rgb(133,176,143); }

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