#94D19B

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

Shades of Chinook #94D19B

Tints of Chinook #94D19B

Color information

#94D19B (or 0x94D19B) is unknown color: approx Chinook. HEX triplet: 94, D1 and 9B. RGB value is (148,209,155). Sum of RGB (Red+Green+Blue) = 148+209+155=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #94D19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D19B is #6B2E64. Grayscale: #B8B8B8. Windows color (decimal): -7024229 or 10211732. OLE color: 10211732.

HSL color Cylindrical-coordinate representation of color #94D19B: hue angle of 126.89º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D19B is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB148209155-
CMYK0.2900.260.18
HSL126.89º39.87%70%-
HSV(B)126.89º29.19%81.96%-
XYZ40.9354.2639.33-
YUV184.6111.29101.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 209 (82.03% from 255) = 40.82%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=28.91%
G=40.82%
B=30.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482091550.2900.260.18126.8939.8770
Hex94D19B1D01A127f2846
Octal224321233350322217750106
Binary100101001101000110011011111010110101001011111111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,209,155); }

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

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

 a { background-color: rgb(148,209,155); }

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

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

 span { border-color: rgb(148,209,155); }

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