Html Css Color HEX #84D69E Chinook

📋 copy color: '#84D69E'

red 132 ◦ green 214 ◦ blue 158

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

Shades of Chinook #84D69E

Tints of Chinook #84D69E

RGB

 RED value IS 132 (51.95% from 255) = 26.19%

 GREEN value IS 214 (83.98% from 255) = 42.46%

 BLUE value IS 158 (62.11% from 255) = 31.35%

R = 26.19%
G = 42.46%
B = 31.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#84D69E (or 0x84D69E) is known color: Chinook. HEX triplet: 84, D6 and 9E. RGB value is (132,214,158). Sum of RGB (Red+Green+Blue) = 132+214+158=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 214 - color contains mainly: green. Hex color #84D69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D69E is #7B2961. Grayscale: #B7B7B7. Windows color (decimal): -8071522 or 10409604. OLE color: 10409604.

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

Color convert

RGB 132 214 158 -
CMYK 0.38 0 0.26 0.16
HSL 139.02º 0.5% 0.68% -
HSV(B) 139.02º 0.38% 0.84% -
XYZ 39.73 55.47 40.96 -
YUV 183.1 113.83 91.55 -
System Red Green Blue C M Y K H S L
Decimal 132 214 158 0.38 0 0.26 0.16 139.02 0.5 0.68
Hex 84 D6 9E 26 0 1A 10 8B 32 44
Octal 204 326 236 46 0 32 20 213 62 104
Binary 10000100 11010110 10011110 100110 0 11010 10000 10001011 110010 1000100

Color Harmonies of #84D69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D69E

Black with #84D69E

Text Example


Text Example

White with #84D69E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84D69E;
 }
 .AnyTagClassName
 {
   color: #84D69E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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