Shades of Shadow Green #99BEBE
Tints of Shadow Green #99BEBE
RGB
CMYK
RGB Variations
Color information
#99BEBE (or 0x99BEBE) is known color: Shadow Green. HEX triplet: 99, BE and BE. RGB value is (153,190,190). Sum of RGB (Red+Green+Blue) = 153+190+190=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #99BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BEBE is #664141. Grayscale: #B2B2B2. Windows color (decimal): -6701378 or 12500633. OLE color: 12500633.
HSL color Cylindrical-coordinate representation of color #99BEBE: hue angle of 180º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BEBE is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 190 | 190 | - |
| CMYK | 0.19 | 0 | 0 | 0.25 |
| HSL | 180º | 0.22% | 0.67% | - |
| HSV(B) | 180º | 0.19% | 0.75% | - |
| XYZ | 40.84 | 47.32 | 55.7 | - |
| YUV | 178.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 190 | 0.19 | 0 | 0 | 0.25 | 180 | 0.22 | 0.67 |
| Hex | 99 | BE | BE | 13 | 0 | 0 | 19 | B4 | 16 | 43 |
| Octal | 231 | 276 | 276 | 23 | 0 | 0 | 31 | 264 | 26 | 103 |
| Binary | 10011001 | 10111110 | 10111110 | 10011 | 0 | 0 | 11001 | 10110100 | 10110 | 1000011 |
Color Harmonies of #99BEBE
Complementary color
Monochromatic Colors of #99BEBE
Black with #99BEBE
Text Example
Text Example
White with #99BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BEBE; }
p { color: rgb(153,190,190); }
H1.HeaderClassName
{
color: #99BEBE;
}
.AnyTagClassName
{
color: #99BEBE;
}
</style>
background-color css
<style>
a { background-color: #99BEBE; }
a { background-color: rgb(153,190,190); }
div.DivClassName
{
background-color: #99BEBE;
}
.BgClassName
{
background-color: #99BEBE;
}
</style>
border-color css
<style>
span { border-color: #99BEBE; }
span { border-color: rgb(153,190,190); }
td.TdClassName
{
border-color: #99BEBE;
}
.TagClassName
{
border-color: #99BEBE;
}
</style>