Shades of Shadow Green #9BC2B2
Tints of Shadow Green #9BC2B2
RGB
CMYK
RGB Variations
Color information
#9BC2B2 (or 0x9BC2B2) is known color: Shadow Green. HEX triplet: 9B, C2 and B2. RGB value is (155,194,178). Sum of RGB (Red+Green+Blue) = 155+194+178=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC2B2 is #643D4D. Grayscale: #B4B4B4. Windows color (decimal): -6569294 or 11715227. OLE color: 11715227.
HSL color Cylindrical-coordinate representation of color #9BC2B2: hue angle of 155.38º degrees, saturation: 0.24, 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 #9BC2B2 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 178 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.24 |
| HSL | 155.38º | 0.24% | 0.68% | - |
| HSV(B) | 155.38º | 0.2% | 0.76% | - |
| XYZ | 40.85 | 48.77 | 49.38 | - |
| YUV | 180.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 178 | 0.20 | 0 | 0.08 | 0.24 | 155.38 | 0.24 | 0.68 |
| Hex | 9B | C2 | B2 | 14 | 0 | 8 | 18 | 9B | 18 | 44 |
| Octal | 233 | 302 | 262 | 24 | 0 | 10 | 30 | 233 | 30 | 104 |
| Binary | 10011011 | 11000010 | 10110010 | 10100 | 0 | 1000 | 11000 | 10011011 | 11000 | 1000100 |
Color Harmonies of #9BC2B2
Complementary color
Monochromatic Colors of #9BC2B2
Black with #9BC2B2
Text Example
Text Example
White with #9BC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC2B2; }
p { color: rgb(155,194,178); }
H1.HeaderClassName
{
color: #9BC2B2;
}
.AnyTagClassName
{
color: #9BC2B2;
}
</style>
background-color css
<style>
a { background-color: #9BC2B2; }
a { background-color: rgb(155,194,178); }
div.DivClassName
{
background-color: #9BC2B2;
}
.BgClassName
{
background-color: #9BC2B2;
}
</style>
border-color css
<style>
span { border-color: #9BC2B2; }
span { border-color: rgb(155,194,178); }
td.TdClassName
{
border-color: #9BC2B2;
}
.TagClassName
{
border-color: #9BC2B2;
}
</style>