Html Css Color HEX #85A28B Envy

📋 copy color: '#85A28B'

red 133 ◦ green 162 ◦ blue 139

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

Shades of Envy #85A28B

Tints of Envy #85A28B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.33%

 BLUE value IS 139 (54.69% from 255) = 32.03%

R = 30.65%
G = 37.33%
B = 32.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#85A28B (or 0x85A28B) is known color: Envy. HEX triplet: 85, A2 and 8B. RGB value is (133,162,139). Sum of RGB (Red+Green+Blue) = 133+162+139=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #85A28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A28B is #7A5D74. Grayscale: #969696. Windows color (decimal): -8019317 or 9151109. OLE color: 9151109.

HSL color Cylindrical-coordinate representation of color #85A28B: hue angle of 132.41º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85A28B is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 162 139 -
CMYK 0.18 0 0.14 0.36
HSL 132.41º 0.13% 0.58% -
HSV(B) 132.41º 0.18% 0.64% -
XYZ 27.25 32.69 29.3 -
YUV 150.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 133 162 139 0.18 0 0.14 0.36 132.41 0.13 0.58
Hex 85 A2 8B 12 0 E 24 84 D 3A
Octal 205 242 213 22 0 16 44 204 15 72
Binary 10000101 10100010 10001011 10010 0 1110 100100 10000100 1101 111010

Color Harmonies of #85A28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A28B

Black with #85A28B

Text Example


Text Example

White with #85A28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,162,139); }

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

background-color css

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

 a { background-color: rgb(133,162,139); }

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

border-color css

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

 span { border-color: rgb(133,162,139); }

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