Html Css Color HEX #85D19E Chinook

📋 copy color: '#85D19E'

red 133 ◦ green 209 ◦ blue 158

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

Shades of Chinook #85D19E

Tints of Chinook #85D19E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.8%

 BLUE value IS 158 (62.11% from 255) = 31.6%

R = 26.6%
G = 41.8%
B = 31.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#85D19E (or 0x85D19E) is known color: Chinook. HEX triplet: 85, D1 and 9E. RGB value is (133,209,158). Sum of RGB (Red+Green+Blue) = 133+209+158=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #85D19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D19E is #7A2E61. Grayscale: #B4B4B4. Windows color (decimal): -8007266 or 10408325. OLE color: 10408325.

HSL color Cylindrical-coordinate representation of color #85D19E: hue angle of 139.74º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85D19E is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 209 158 -
CMYK 0.36 0 0.24 0.18
HSL 139.74º 0.45% 0.67% -
HSV(B) 139.74º 0.36% 0.82% -
XYZ 38.64 53.06 40.55 -
YUV 180.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 133 209 158 0.36 0 0.24 0.18 139.74 0.45 0.67
Hex 85 D1 9E 24 0 18 12 8C 2D 43
Octal 205 321 236 44 0 30 22 214 55 103
Binary 10000101 11010001 10011110 100100 0 11000 10010 10001100 101101 1000011

Color Harmonies of #85D19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D19E

Black with #85D19E

Text Example


Text Example

White with #85D19E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,209,158); }

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

background-color css

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

 a { background-color: rgb(133,209,158); }

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

border-color css

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

 span { border-color: rgb(133,209,158); }

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