#85DA9B

Color #85DA9B Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #85DA9B

Tints of Chinook #85DA9B

Color information

#85DA9B (or 0x85DA9B) is unknown color: approx Chinook. HEX triplet: 85, DA and 9B. RGB value is (133,218,155). Sum of RGB (Red+Green+Blue) = 133+218+155=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DA9B is #7A2564. Grayscale: #B9B9B9. Windows color (decimal): -8004965 or 10214021. OLE color: 10214021.

HSL color Cylindrical-coordinate representation of color #85DA9B: hue angle of 135.53º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DA9B is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB133218155-
CMYK0.3900.290.15
HSL135.53º53.46%68.82%-
HSV(B)135.53º38.99%85.49%-
XYZ40.6657.539.97-
YUV185.4110.8490.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.28%
GREEN value IS 218 (85.55% from 255) = 43.08%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=26.28%
G=43.08%
B=30.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181550.3900.290.15135.5353.4668.82
Hex85DA9B2701DF883545
Octal205332233470351721065105
Binary1000010111011010100110111001110111011111100010001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,218,155); }

 H1.HeaderClassName
 {
   color: #85DA9B;
 }
 .AnyTagClassName
 {
   color: #85DA9B;
 }
</style>
background-color css

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

 a { background-color: rgb(133,218,155); }

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

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

 span { border-color: rgb(133,218,155); }

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