#94CB9C

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

Shades of Chinook #94CB9C

Tints of Chinook #94CB9C

Color information

#94CB9C (or 0x94CB9C) is unknown color: approx Chinook. HEX triplet: 94, CB and 9C. RGB value is (148,203,156). Sum of RGB (Red+Green+Blue) = 148+203+156=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CB9C is #6B3463. Grayscale: #B5B5B5. Windows color (decimal): -7025764 or 10275732. OLE color: 10275732.

HSL color Cylindrical-coordinate representation of color #94CB9C: hue angle of 128.73º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CB9C is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB148203156-
CMYK0.2700.230.20
HSL128.73º34.59%68.82%-
HSV(B)128.73º27.09%79.61%-
XYZ39.5751.4139.29-
YUV181.2113.78104.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=29.19%
G=40.04%
B=30.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482031560.2700.230.20128.7334.5968.82
Hex94CB9C1B01714812345
Octal224313234330272420143105
Binary1001010011001011100111001101101011110100100000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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