Html Css Color HEX #85BC91 Bay Leaf

📋 copy color: '#85BC91'

red 133 ◦ green 188 ◦ blue 145

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

Shades of Bay Leaf #85BC91

Tints of Bay Leaf #85BC91

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.34%

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

R = 28.54%
G = 40.34%
B = 31.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#85BC91 (or 0x85BC91) is known color: Bay Leaf. HEX triplet: 85, BC and 91. RGB value is (133,188,145). Sum of RGB (Red+Green+Blue) = 133+188+145=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BC91 is #7A436E. Grayscale: #A6A6A6. Windows color (decimal): -8012655 or 9550981. OLE color: 9550981.

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

Color convert

RGB 133 188 145 -
CMYK 0.29 0 0.23 0.26
HSL 133.09º 0.29% 0.63% -
HSV(B) 133.09º 0.29% 0.74% -
XYZ 32.77 43 33.36 -
YUV 166.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 133 188 145 0.29 0 0.23 0.26 133.09 0.29 0.63
Hex 85 BC 91 1D 0 17 1A 85 1D 3F
Octal 205 274 221 35 0 27 32 205 35 77
Binary 10000101 10111100 10010001 11101 0 10111 11010 10000101 11101 111111

Color Harmonies of #85BC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC91

Black with #85BC91

Text Example


Text Example

White with #85BC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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