Html Css Color HEX #84D69B Chinook

📋 copy color: '#84D69B'

red 132 ◦ green 214 ◦ blue 155

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

Shades of Chinook #84D69B

Tints of Chinook #84D69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.94%

R = 26.35%
G = 42.71%
B = 30.94%

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

#84D69B (or 0x84D69B) is known color: Chinook. HEX triplet: 84, D6 and 9B. RGB value is (132,214,155). Sum of RGB (Red+Green+Blue) = 132+214+155=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #84D69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D69B is #7B2964. Grayscale: #B6B6B6. Windows color (decimal): -8071525 or 10212996. OLE color: 10212996.

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

Color convert

RGB 132 214 155 -
CMYK 0.38 0 0.28 0.16
HSL 136.83º 0.5% 0.68% -
HSV(B) 136.83º 0.38% 0.84% -
XYZ 39.48 55.37 39.62 -
YUV 182.76 112.33 91.8 -
System Red Green Blue C M Y K H S L
Decimal 132 214 155 0.38 0 0.28 0.16 136.83 0.5 0.68
Hex 84 D6 9B 26 0 1C 10 89 32 44
Octal 204 326 233 46 0 34 20 211 62 104
Binary 10000100 11010110 10011011 100110 0 11100 10000 10001001 110010 1000100

Color Harmonies of #84D69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D69B

Black with #84D69B

Text Example


Text Example

White with #84D69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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