#93DB9B

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

Shades of Chinook #93DB9B

Tints of Chinook #93DB9B

Color information

#93DB9B (or 0x93DB9B) is unknown color: approx Chinook. HEX triplet: 93, DB and 9B. RGB value is (147,219,155). Sum of RGB (Red+Green+Blue) = 147+219+155=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DB9B is #6C2464. Grayscale: #BEBEBE. Windows color (decimal): -7087205 or 10214291. OLE color: 10214291.

HSL color Cylindrical-coordinate representation of color #93DB9B: hue angle of 126.67º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DB9B is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB147219155-
CMYK0.3300.290.14
HSL126.67º50%71.76%-
HSV(B)126.67º32.88%85.88%-
XYZ43.2859.2340.16-
YUV190.18108.1597.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.21%
GREEN value IS 219 (85.94% from 255) = 42.03%
BLUE value IS 155 (60.94% from 255) = 29.75%
R=28.21%
G=42.03%
B=29.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472191550.3300.290.14126.675071.76
Hex93DB9B2101DE7f3248
Octal223333233410351617762110
Binary100100111101101110011011100001011101111011111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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