#93CC9B

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

Shades of Chinook #93CC9B

Tints of Chinook #93CC9B

Color information

#93CC9B (or 0x93CC9B) is unknown color: approx Chinook. HEX triplet: 93, CC and 9B. RGB value is (147,204,155). Sum of RGB (Red+Green+Blue) = 147+204+155=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CC9B is #6C3364. Grayscale: #B5B5B5. Windows color (decimal): -7091045 or 10210451. OLE color: 10210451.

HSL color Cylindrical-coordinate representation of color #93CC9B: hue angle of 128.42º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CC9B is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB147204155-
CMYK0.2800.240.2
HSL128.42º35.85%68.82%-
HSV(B)128.42º27.94%80%-
XYZ39.5451.7638.92-
YUV181.37113.12103.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=29.05%
G=40.32%
B=30.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1472041550.2800.240.2128.4235.8568.82
Hex93CC9B1C01814802445
Octal223314233340302420044105
Binary1001001111001100100110111110001100010100100000001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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