#85B392

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

Shades of Bay Leaf #85B392

Tints of Bay Leaf #85B392

Color information

#85B392 (or 0x85B392) is unknown color: approx Bay Leaf. HEX triplet: 85, B3 and 92. RGB value is (133,179,146). Sum of RGB (Red+Green+Blue) = 133+179+146=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 179 - color contains mainly: green. Hex color #85B392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B392 is #7A4C6D. Grayscale: #A1A1A1. Windows color (decimal): -8014958 or 9614213. OLE color: 9614213.

HSL color Cylindrical-coordinate representation of color #85B392: hue angle of 136.96º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85B392 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB133179146-
CMYK0.2600.180.30
HSL136.96º23.23%61.18%-
HSV(B)136.96º25.7%70.2%-
XYZ30.9839.333.15-
YUV161.48119.26107.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.04%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 146 (57.42% from 255) = 31.88%
R=29.04%
G=39.08%
B=31.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331791460.2600.180.30136.9623.2361.18
Hex85B3921A0121E89173d
Octal20526322232022362112775
Binary10000101101100111001001011010010010111101000100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,179,146); }

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

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

 a { background-color: rgb(133,179,146); }

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

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

 span { border-color: rgb(133,179,146); }

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