#84DC9B

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

Shades of Chinook #84DC9B

Tints of Chinook #84DC9B

Color information

#84DC9B (or 0x84DC9B) is unknown color: approx Chinook. HEX triplet: 84, DC and 9B. RGB value is (132,220,155). Sum of RGB (Red+Green+Blue) = 132+220+155=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DC9B is #7B2364. Grayscale: #BABABA. Windows color (decimal): -8069989 or 10214532. OLE color: 10214532.

HSL color Cylindrical-coordinate representation of color #84DC9B: hue angle of 135.68º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DC9B is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB132220155-
CMYK0.4000.300.14
HSL135.68º55.7%69.02%-
HSV(B)135.68º40%86.27%-
XYZ41.0358.4640.13-
YUV186.28110.3589.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.04%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 155 (60.94% from 255) = 30.57%
R=26.04%
G=43.39%
B=30.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322201550.4000.300.14135.6855.769.02
Hex84DC9B2801EE883845
Octal204334233500361621070105
Binary1000010011011100100110111010000111101110100010001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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