#84D99C

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

Shades of Chinook #84D99C

Tints of Chinook #84D99C

Color information

#84D99C (or 0x84D99C) is unknown color: approx Chinook. HEX triplet: 84, D9 and 9C. RGB value is (132,217,156). Sum of RGB (Red+Green+Blue) = 132+217+156=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #84D99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D99C is #7B2663. Grayscale: #B8B8B8. Windows color (decimal): -8070756 or 10279300. OLE color: 10279300.

HSL color Cylindrical-coordinate representation of color #84D99C: hue angle of 136.94º degrees, saturation: 0.53, 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 #84D99C is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB132217156-
CMYK0.3900.280.15
HSL136.94º52.8%68.43%-
HSV(B)136.94º39.17%85.1%-
XYZ40.3356.9340.32-
YUV184.63111.8490.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.14%
GREEN value IS 217 (85.16% from 255) = 42.97%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=26.14%
G=42.97%
B=30.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322171560.3900.280.15136.9452.868.43
Hex84D99C2701CF893544
Octal204331234470341721165104
Binary1000010011011001100111001001110111001111100010011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,217,156); }

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

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

 a { background-color: rgb(132,217,156); }

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

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

 span { border-color: rgb(132,217,156); }

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