#94D99C

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

Shades of Chinook #94D99C

Tints of Chinook #94D99C

Color information

#94D99C (or 0x94D99C) is unknown color: approx Chinook. HEX triplet: 94, D9 and 9C. RGB value is (148,217,156). Sum of RGB (Red+Green+Blue) = 148+217+156=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #94D99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D99C is #6B2663. Grayscale: #BDBDBD. Windows color (decimal): -7022180 or 10279316. OLE color: 10279316.

HSL color Cylindrical-coordinate representation of color #94D99C: hue angle of 126.96º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D99C is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB148217156-
CMYK0.3200.280.15
HSL126.96º47.59%71.57%-
HSV(B)126.96º31.8%85.1%-
XYZ43.0358.3240.44-
YUV189.41109.1498.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.41%
GREEN value IS 217 (85.16% from 255) = 41.65%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=28.41%
G=41.65%
B=29.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171560.3200.280.15126.9647.5971.57
Hex94D99C2001CF7f3048
Octal224331234400341717760110
Binary100101001101100110011100100000011100111111111111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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