#93CE9B

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

Shades of Chinook #93CE9B

Tints of Chinook #93CE9B

Color information

#93CE9B (or 0x93CE9B) is unknown color: approx Chinook. HEX triplet: 93, CE and 9B. RGB value is (147,206,155). Sum of RGB (Red+Green+Blue) = 147+206+155=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CE9B is #6C3164. Grayscale: #B6B6B6. Windows color (decimal): -7090533 or 10210963. OLE color: 10210963.

HSL color Cylindrical-coordinate representation of color #93CE9B: hue angle of 128.14º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CE9B is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB147206155-
CMYK0.2900.250.19
HSL128.14º37.58%69.22%-
HSV(B)128.14º28.64%80.78%-
XYZ40.0252.7139.08-
YUV182.54112.45102.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.94%
GREEN value IS 206 (80.86% from 255) = 40.55%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=28.94%
G=40.55%
B=30.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472061550.2900.250.19128.1437.5869.22
Hex93CE9B1D01913802645
Octal223316233350312320046105
Binary1001001111001110100110111110101100110011100000001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CE9B; }

 p { color: rgb(147,206,155); }

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

<style>
 a { background-color: #93CE9B; }

 a { background-color: rgb(147,206,155); }

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

<style>
 span { border-color: #93CE9B; }

 span { border-color: rgb(147,206,155); }

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