Html Css Color HEX #85B38D Envy

📋 copy color: '#85B38D'

red 133 ◦ green 179 ◦ blue 141

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

Shades of Envy #85B38D

Tints of Envy #85B38D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.51%

 BLUE value IS 141 (55.47% from 255) = 31.13%

R = 29.36%
G = 39.51%
B = 31.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#85B38D (or 0x85B38D) is known color: Envy. HEX triplet: 85, B3 and 8D. RGB value is (133,179,141). Sum of RGB (Red+Green+Blue) = 133+179+141=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #85B38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B38D is #7A4C72. Grayscale: #A1A1A1. Windows color (decimal): -8014963 or 9286533. OLE color: 9286533.

HSL color Cylindrical-coordinate representation of color #85B38D: hue angle of 130.43º 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 #85B38D is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 179 141 -
CMYK 0.26 0 0.21 0.30
HSL 130.43º 0.23% 0.61% -
HSV(B) 130.43º 0.26% 0.7% -
XYZ 30.6 39.15 31.14 -
YUV 160.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 133 179 141 0.26 0 0.21 0.30 130.43 0.23 0.61
Hex 85 B3 8D 1A 0 15 1E 82 17 3D
Octal 205 263 215 32 0 25 36 202 27 75
Binary 10000101 10110011 10001101 11010 0 10101 11110 10000010 10111 111101

Color Harmonies of #85B38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B38D

Black with #85B38D

Text Example


Text Example

White with #85B38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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