Html Css Color HEX #93CA9D Chinook

📋 copy color: '#93CA9D'

red 147 ◦ green 202 ◦ blue 157

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

Shades of Chinook #93CA9D

Tints of Chinook #93CA9D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.92%

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

R = 29.05%
G = 39.92%
B = 31.03%

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

#93CA9D (or 0x93CA9D) is known color: Chinook. HEX triplet: 93, CA and 9D. RGB value is (147,202,157). Sum of RGB (Red+Green+Blue) = 147+202+157=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CA9D is #6C3562. Grayscale: #B4B4B4. Windows color (decimal): -7091555 or 10341011. OLE color: 10341011.

HSL color Cylindrical-coordinate representation of color #93CA9D: hue angle of 130.91º degrees, saturation: 0.34, 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 #93CA9D is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 202 157 -
CMYK 0.27 0 0.22 0.21
HSL 130.91º 0.34% 0.68% -
HSV(B) 130.91º 0.27% 0.79% -
XYZ 39.24 50.88 39.65 -
YUV 180.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 147 202 157 0.27 0 0.22 0.21 130.91 0.34 0.68
Hex 93 CA 9D 1B 0 16 15 83 22 44
Octal 223 312 235 33 0 26 25 203 42 104
Binary 10010011 11001010 10011101 11011 0 10110 10101 10000011 100010 1000100

Color Harmonies of #93CA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CA9D

Black with #93CA9D

Text Example


Text Example

White with #93CA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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