Html Css Color HEX #85D69A Chinook

📋 copy color: '#85D69A'

red 133 ◦ green 214 ◦ blue 154

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

Shades of Chinook #85D69A

Tints of Chinook #85D69A

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 value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#85D69A (or 0x85D69A) is known color: 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

RGB 133 214 154 -
CMYK 0.38 0 0.28 0.16
HSL 135.56º 0.5% 0.68% -
HSV(B) 135.56º 0.38% 0.84% -
XYZ 39.55 55.41 39.18 -
YUV 182.94 111.66 92.38 -
System Red Green Blue C M Y K H S L
Decimal 133 214 154 0.38 0 0.28 0.16 135.56 0.5 0.68
Hex 85 D6 9A 26 0 1C 10 88 32 44
Octal 205 326 232 46 0 34 20 210 62 104
Binary 10000101 11010110 10011010 100110 0 11100 10000 10001000 110010 1000100

Color Harmonies of #85D69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D69A

Black with #85D69A

Text Example


Text Example

White with #85D69A

Text Example


Text Example

HTML Codes & Css Web 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>