#94CB9D

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

Shades of Chinook #94CB9D

Tints of Chinook #94CB9D

Color information

#94CB9D (or 0x94CB9D) is unknown color: approx Chinook. HEX triplet: 94, CB and 9D. RGB value is (148,203,157). Sum of RGB (Red+Green+Blue) = 148+203+157=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CB9D is #6B3462. Grayscale: #B5B5B5. Windows color (decimal): -7025763 or 10341268. OLE color: 10341268.

HSL color Cylindrical-coordinate representation of color #94CB9D: hue angle of 129.82º 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 #94CB9D is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB148203157-
CMYK0.2700.230.20
HSL129.82º34.59%68.82%-
HSV(B)129.82º27.09%79.61%-
XYZ39.6551.4439.74-
YUV181.31114.28104.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.13%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=29.13%
G=39.96%
B=30.91%

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
Decimal1482031570.2700.230.20129.8234.5968.82
Hex94CB9D1B01714822345
Octal224313235330272420243105
Binary1001010011001011100111011101101011110100100000101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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