#93CE9A

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

Shades of Chinook #93CE9A

Tints of Chinook #93CE9A

Color information

#93CE9A (or 0x93CE9A) is unknown color: approx Chinook. HEX triplet: 93, CE and 9A. RGB value is (147,206,154). Sum of RGB (Red+Green+Blue) = 147+206+154=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CE9A is #6C3165. Grayscale: #B6B6B6. Windows color (decimal): -7090534 or 10145427. OLE color: 10145427.

HSL color Cylindrical-coordinate representation of color #93CE9A: hue angle of 127.12º 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 #93CE9A is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB147206154-
CMYK0.2900.250.19
HSL127.12º37.58%69.22%-
HSV(B)127.12º28.64%80.78%-
XYZ39.9452.6838.63-
YUV182.43111.95102.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.99%
GREEN value IS 206 (80.86% from 255) = 40.63%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=28.99%
G=40.63%
B=30.37%

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
Decimal1472061540.2900.250.19127.1237.5869.22
Hex93CE9A1D019137f2645
Octal223316232350312317746105
Binary100100111100111010011010111010110011001111111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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