#85D69A

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

Shades of Chinook #85D69A

Tints of Chinook #85D69A

Color information

#85D69A (or 0x85D69A) is unknown color: approx Chinook. HEX triplet: 85, D6 and 9A. RGB value is (133,214,154). Sum of RGB (Red+Green+Blue) = 133+214+154=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #85D69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D69A is #7A2965. Grayscale: #B7B7B7. Windows color (decimal): -8005990 or 10147461. OLE color: 10147461.

HSL color Cylindrical-coordinate representation of color #85D69A: hue angle of 135.56º 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 #85D69A is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB133214154-
CMYK0.3800.280.16
HSL135.56º49.69%68.04%-
HSV(B)135.56º37.85%83.92%-
XYZ39.5555.4139.18-
YUV182.94111.6692.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.55%
GREEN value IS 214 (83.98% from 255) = 42.71%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=26.55%
G=42.71%
B=30.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332141540.3800.280.16135.5649.6968.04
Hex85D69A2601C10883244
Octal205326232460342021062104
Binary10000101110101101001101010011001110010000100010001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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