#9BC1B2

Color #9BC1B2 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #9BC1B2

Tints of Shadow Green #9BC1B2

Color information

#9BC1B2 (or 0x9BC1B2) is unknown color: approx Shadow Green. HEX triplet: 9B, C1 and B2. RGB value is (155,193,178). Sum of RGB (Red+Green+Blue) = 155+193+178=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC1B2 is #643E4D. Grayscale: #B3B3B3. Windows color (decimal): -6569550 or 11714971. OLE color: 11714971.

HSL color Cylindrical-coordinate representation of color #9BC1B2: hue angle of 156.32º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BC1B2 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB155193178-
CMYK0.2000.080.24
HSL156.32º23.46%68.24%-
HSV(B)156.32º19.69%75.69%-
XYZ40.6248.3249.31-
YUV179.93126.91110.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.47%
GREEN value IS 193 (75.78% from 255) = 36.69%
BLUE value IS 178 (69.92% from 255) = 33.84%
R=29.47%
G=36.69%
B=33.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551931780.2000.080.24156.3223.4668.24
Hex9BC1B21408189c1744
Octal233301262240103023427104
Binary10011011110000011011001010100010001100010011100101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BC1B2; }

 p { color: rgb(155,193,178); }

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

<style>
 a { background-color: #9BC1B2; }

 a { background-color: rgb(155,193,178); }

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

<style>
 span { border-color: #9BC1B2; }

 span { border-color: rgb(155,193,178); }

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