Shades of Keppel #49BA92
Tints of Keppel #49BA92
RGB
CMYK
RGB Variations
Color information
#49BA92 (or 0x49BA92) is known color: Keppel. HEX triplet: 49, BA and 92. RGB value is (73,186,146). Sum of RGB (Red+Green+Blue) = 73+186+146=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BA92 is #B6456D. Grayscale: #939393. Windows color (decimal): -11945326 or 9615945. OLE color: 9615945.
HSL color Cylindrical-coordinate representation of color #49BA92: hue angle of 158.76º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BA92 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 146 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.27 |
| HSL | 158.76º | 0.45% | 0.51% | - |
| HSV(B) | 158.76º | 0.61% | 0.73% | - |
| XYZ | 25.49 | 38.61 | 33.3 | - |
| YUV | 147.65 | 127.06 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 146 | 0.61 | 0 | 0.22 | 0.27 | 158.76 | 0.45 | 0.51 |
| Hex | 49 | BA | 92 | 3D | 0 | 16 | 1B | 9F | 2D | 33 |
| Octal | 111 | 272 | 222 | 75 | 0 | 26 | 33 | 237 | 55 | 63 |
| Binary | 1001001 | 10111010 | 10010010 | 111101 | 0 | 10110 | 11011 | 10011111 | 101101 | 110011 |
Color Harmonies of #49BA92
Complementary color
Monochromatic Colors of #49BA92
Black with #49BA92
Text Example
Text Example
White with #49BA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BA92; }
p { color: rgb(73,186,146); }
H1.HeaderClassName
{
color: #49BA92;
}
.AnyTagClassName
{
color: #49BA92;
}
</style>
background-color css
<style>
a { background-color: #49BA92; }
a { background-color: rgb(73,186,146); }
div.DivClassName
{
background-color: #49BA92;
}
.BgClassName
{
background-color: #49BA92;
}
</style>
border-color css
<style>
span { border-color: #49BA92; }
span { border-color: rgb(73,186,146); }
td.TdClassName
{
border-color: #49BA92;
}
.TagClassName
{
border-color: #49BA92;
}
</style>