#94CBA7

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

Shades of Chinook #94CBA7

Tints of Chinook #94CBA7

Color information

#94CBA7 (or 0x94CBA7) is unknown color: approx Chinook. HEX triplet: 94, CB and A7. RGB value is (148,203,167). Sum of RGB (Red+Green+Blue) = 148+203+167=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #94CBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CBA7 is #6B3458. Grayscale: #B6B6B6. Windows color (decimal): -7025753 or 10996628. OLE color: 10996628.

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

Color convert

RGB148203167-
CMYK0.2700.180.20
HSL140.73º34.59%68.82%-
HSV(B)140.73º27.09%79.61%-
XYZ40.5451.844.42-
YUV182.45119.28103.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.57%
GREEN value IS 203 (79.69% from 255) = 39.19%
BLUE value IS 167 (65.62% from 255) = 32.24%
R=28.57%
G=39.19%
B=32.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482031670.2700.180.20140.7334.5968.82
Hex94CBA71B012148d2345
Octal224313247330222421543105
Binary1001010011001011101001111101101001010100100011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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