#85D69E

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

Shades of Chinook #85D69E

Tints of Chinook #85D69E

Color information

#85D69E (or 0x85D69E) is unknown color: approx Chinook. HEX triplet: 85, D6 and 9E. RGB value is (133,214,158). Sum of RGB (Red+Green+Blue) = 133+214+158=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #85D69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D69E is #7A2961. Grayscale: #B7B7B7. Windows color (decimal): -8005986 or 10409605. OLE color: 10409605.

HSL color Cylindrical-coordinate representation of color #85D69E: hue angle of 138.52º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D69E is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB133214158-
CMYK0.3800.260.16
HSL138.52º49.69%68.04%-
HSV(B)138.52º37.85%83.92%-
XYZ39.8955.5540.97-
YUV183.4113.6692.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.34%
GREEN value IS 214 (83.98% from 255) = 42.38%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=26.34%
G=42.38%
B=31.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332141580.3800.260.16138.5249.6968.04
Hex85D69E2601A108b3244
Octal205326236460322021362104
Binary10000101110101101001111010011001101010000100010111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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