Html Css Color HEX #85AB88 Envy

📋 copy color: '#85AB88'

red 133 ◦ green 171 ◦ blue 136

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

Shades of Envy #85AB88

Tints of Envy #85AB88

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

 BLUE value IS 136 (53.52% from 255) = 30.91%

R = 30.23%
G = 38.86%
B = 30.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#85AB88 (or 0x85AB88) is known color: Envy. HEX triplet: 85, AB and 88. RGB value is (133,171,136). Sum of RGB (Red+Green+Blue) = 133+171+136=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AB88 is #7A5477. Grayscale: #9B9B9B. Windows color (decimal): -8017016 or 8956805. OLE color: 8956805.

HSL color Cylindrical-coordinate representation of color #85AB88: hue angle of 124.74º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85AB88 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 171 136 -
CMYK 0.22 0 0.20 0.33
HSL 124.74º 0.18% 0.6% -
HSV(B) 124.74º 0.22% 0.67% -
XYZ 28.68 35.89 28.71 -
YUV 155.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 133 171 136 0.22 0 0.20 0.33 124.74 0.18 0.6
Hex 85 AB 88 16 0 14 21 7D 12 3C
Octal 205 253 210 26 0 24 41 175 22 74
Binary 10000101 10101011 10001000 10110 0 10100 100001 1111101 10010 111100

Color Harmonies of #85AB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AB88

Black with #85AB88

Text Example


Text Example

White with #85AB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,171,136); }

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

background-color css

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

 a { background-color: rgb(133,171,136); }

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

border-color css

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

 span { border-color: rgb(133,171,136); }

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