Html Css Color HEX #93C99D Chinook

📋 copy color: '#93C99D'

red 147 ◦ green 201 ◦ blue 157

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

Shades of Chinook #93C99D

Tints of Chinook #93C99D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.8%

 BLUE value IS 157 (61.72% from 255) = 31.09%

R = 29.11%
G = 39.8%
B = 31.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#93C99D (or 0x93C99D) is known color: Chinook. HEX triplet: 93, C9 and 9D. RGB value is (147,201,157). Sum of RGB (Red+Green+Blue) = 147+201+157=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #93C99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C99D is #6C3662. Grayscale: #B3B3B3. Windows color (decimal): -7091811 or 10340755. OLE color: 10340755.

HSL color Cylindrical-coordinate representation of color #93C99D: hue angle of 131.11º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93C99D is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 201 157 -
CMYK 0.27 0 0.22 0.21
HSL 131.11º 0.33% 0.68% -
HSV(B) 131.11º 0.27% 0.79% -
XYZ 39.01 50.41 39.57 -
YUV 179.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 147 201 157 0.27 0 0.22 0.21 131.11 0.33 0.68
Hex 93 C9 9D 1B 0 16 15 83 21 44
Octal 223 311 235 33 0 26 25 203 41 104
Binary 10010011 11001001 10011101 11011 0 10110 10101 10000011 100001 1000100

Color Harmonies of #93C99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C99D

Black with #93C99D

Text Example


Text Example

White with #93C99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,201,157); }

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

background-color css

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

 a { background-color: rgb(147,201,157); }

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

border-color css

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

 span { border-color: rgb(147,201,157); }

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