#94C89C

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

Shades of Chinook #94C89C

Tints of Chinook #94C89C

Color information

#94C89C (or 0x94C89C) is unknown color: approx Chinook. HEX triplet: 94, C8 and 9C. RGB value is (148,200,156). Sum of RGB (Red+Green+Blue) = 148+200+156=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #94C89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C89C is #6B3763. Grayscale: #B3B3B3. Windows color (decimal): -7026532 or 10274964. OLE color: 10274964.

HSL color Cylindrical-coordinate representation of color #94C89C: hue angle of 129.23º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C89C is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB148200156-
CMYK0.2600.220.22
HSL129.23º32.1%68.24%-
HSV(B)129.23º26%78.43%-
XYZ38.875039.06-
YUV179.44114.77105.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 200 (78.52% from 255) = 39.68%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=29.37%
G=39.68%
B=30.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1482001560.2600.220.22129.2332.168.24
Hex94C89C1A01616812044
Octal224310234320262620140104
Binary1001010011001000100111001101001011010110100000011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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