Html Css Color HEX #93D99B Chinook

📋 copy color: '#93D99B'

red 147 ◦ green 217 ◦ blue 155

#93D99B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #93D99B

Tints of Chinook #93D99B

RGB

 RED value IS 147 (57.81% from 255) = 28.32%

 GREEN value IS 217 (85.16% from 255) = 41.81%

 BLUE value IS 155 (60.94% from 255) = 29.87%

R = 28.32%
G = 41.81%
B = 29.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#93D99B (or 0x93D99B) is known color: Chinook. HEX triplet: 93, D9 and 9B. RGB value is (147,217,155). Sum of RGB (Red+Green+Blue) = 147+217+155=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #93D99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D99B is #6C2664. Grayscale: #BDBDBD. Windows color (decimal): -7087717 or 10213779. OLE color: 10213779.

HSL color Cylindrical-coordinate representation of color #93D99B: hue angle of 126.86º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D99B is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 217 155 -
CMYK 0.32 0 0.29 0.15
HSL 126.86º 0.48% 0.71% -
HSV(B) 126.86º 0.32% 0.85% -
XYZ 42.76 58.2 39.99 -
YUV 189 108.81 98.04 -
System Red Green Blue C M Y K H S L
Decimal 147 217 155 0.32 0 0.29 0.15 126.86 0.48 0.71
Hex 93 D9 9B 20 0 1D F 7F 30 47
Octal 223 331 233 40 0 35 17 177 60 107
Binary 10010011 11011001 10011011 100000 0 11101 1111 1111111 110000 1000111

Color Harmonies of #93D99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D99B

Black with #93D99B

Text Example


Text Example

White with #93D99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93D99B;
 }
 .AnyTagClassName
 {
   color: #93D99B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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