Html Css Color HEX #85BD91 Bay Leaf

📋 copy color: '#85BD91'

red 133 ◦ green 189 ◦ blue 145

#85BD91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #85BD91

Tints of Bay Leaf #85BD91

RGB

 RED value IS 133 (52.34% from 255) = 28.48%

 GREEN value IS 189 (74.22% from 255) = 40.47%

 BLUE value IS 145 (57.03% from 255) = 31.05%

R = 28.48%
G = 40.47%
B = 31.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#85BD91 (or 0x85BD91) is known color: Bay Leaf. HEX triplet: 85, BD and 91. RGB value is (133,189,145). Sum of RGB (Red+Green+Blue) = 133+189+145=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BD91 is #7A426E. Grayscale: #A7A7A7. Windows color (decimal): -8012399 or 9551237. OLE color: 9551237.

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

Color convert

RGB 133 189 145 -
CMYK 0.30 0 0.23 0.26
HSL 132.86º 0.3% 0.63% -
HSV(B) 132.86º 0.3% 0.74% -
XYZ 32.98 43.43 33.43 -
YUV 167.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 133 189 145 0.30 0 0.23 0.26 132.86 0.3 0.63
Hex 85 BD 91 1E 0 17 1A 85 1E 3F
Octal 205 275 221 36 0 27 32 205 36 77
Binary 10000101 10111101 10010001 11110 0 10111 11010 10000101 11110 111111

Color Harmonies of #85BD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BD91

Black with #85BD91

Text Example


Text Example

White with #85BD91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,189,145); }

 H1.HeaderClassName
 {
   color: #85BD91;
 }
 .AnyTagClassName
 {
   color: #85BD91;
 }
</style>

background-color css

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

 a { background-color: rgb(133,189,145); }

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

border-color css

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

 span { border-color: rgb(133,189,145); }

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