Html Css Color HEX #85DC9C Chinook

📋 copy color: '#85DC9C'

red 133 ◦ green 220 ◦ blue 156

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

Shades of Chinook #85DC9C

Tints of Chinook #85DC9C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.22%

 BLUE value IS 156 (61.33% from 255) = 30.65%

R = 26.13%
G = 43.22%
B = 30.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#85DC9C (or 0x85DC9C) is known color: Chinook. HEX triplet: 85, DC and 9C. RGB value is (133,220,156). Sum of RGB (Red+Green+Blue) = 133+220+156=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC9C is #7A2363. Grayscale: #BABABA. Windows color (decimal): -8004452 or 10280069. OLE color: 10280069.

HSL color Cylindrical-coordinate representation of color #85DC9C: hue angle of 135.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DC9C is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 156 -
CMYK 0.40 0 0.29 0.14
HSL 135.86º 0.55% 0.69% -
HSV(B) 135.86º 0.4% 0.86% -
XYZ 41.27 58.57 40.58 -
YUV 186.69 110.68 89.7 -
System Red Green Blue C M Y K H S L
Decimal 133 220 156 0.40 0 0.29 0.14 135.86 0.55 0.69
Hex 85 DC 9C 28 0 1D E 88 37 45
Octal 205 334 234 50 0 35 16 210 67 105
Binary 10000101 11011100 10011100 101000 0 11101 1110 10001000 110111 1000101

Color Harmonies of #85DC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC9C

Black with #85DC9C

Text Example


Text Example

White with #85DC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,220,156); }

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

background-color css

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

 a { background-color: rgb(133,220,156); }

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

border-color css

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

 span { border-color: rgb(133,220,156); }

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