Html Css Color HEX #85B992 Bay Leaf

📋 copy color: '#85B992'

red 133 ◦ green 185 ◦ blue 146

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

Shades of Bay Leaf #85B992

Tints of Bay Leaf #85B992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.87%

 BLUE value IS 146 (57.42% from 255) = 31.47%

R = 28.66%
G = 39.87%
B = 31.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#85B992 (or 0x85B992) is known color: Bay Leaf. HEX triplet: 85, B9 and 92. RGB value is (133,185,146). Sum of RGB (Red+Green+Blue) = 133+185+146=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #85B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B992 is #7A466D. Grayscale: #A5A5A5. Windows color (decimal): -8013422 or 9615749. OLE color: 9615749.

HSL color Cylindrical-coordinate representation of color #85B992: hue angle of 135º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85B992 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 185 146 -
CMYK 0.28 0 0.21 0.27
HSL 135º 0.27% 0.62% -
HSV(B) 135º 0.28% 0.73% -
XYZ 32.21 41.76 33.56 -
YUV 165.01 117.27 105.17 -
System Red Green Blue C M Y K H S L
Decimal 133 185 146 0.28 0 0.21 0.27 135 0.27 0.62
Hex 85 B9 92 1C 0 15 1B 87 1B 3E
Octal 205 271 222 34 0 25 33 207 33 76
Binary 10000101 10111001 10010010 11100 0 10101 11011 10000111 11011 111110

Color Harmonies of #85B992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B992

Black with #85B992

Text Example


Text Example

White with #85B992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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