Html Css Color HEX #84D89B Chinook

📋 copy color: '#84D89B'

red 132 ◦ green 216 ◦ blue 155

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

Shades of Chinook #84D89B

Tints of Chinook #84D89B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.94%

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

R = 26.24%
G = 42.94%
B = 30.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#84D89B (or 0x84D89B) is known color: Chinook. HEX triplet: 84, D8 and 9B. RGB value is (132,216,155). Sum of RGB (Red+Green+Blue) = 132+216+155=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #84D89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D89B is #7B2764. Grayscale: #B8B8B8. Windows color (decimal): -8071013 or 10213508. OLE color: 10213508.

HSL color Cylindrical-coordinate representation of color #84D89B: hue angle of 136.43º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D89B is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 216 155 -
CMYK 0.39 0 0.28 0.15
HSL 136.43º 0.52% 0.68% -
HSV(B) 136.43º 0.39% 0.85% -
XYZ 39.99 56.38 39.79 -
YUV 183.93 111.67 90.96 -
System Red Green Blue C M Y K H S L
Decimal 132 216 155 0.39 0 0.28 0.15 136.43 0.52 0.68
Hex 84 D8 9B 27 0 1C F 88 34 44
Octal 204 330 233 47 0 34 17 210 64 104
Binary 10000100 11011000 10011011 100111 0 11100 1111 10001000 110100 1000100

Color Harmonies of #84D89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D89B

Black with #84D89B

Text Example


Text Example

White with #84D89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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