Shades of Shamrock #33BB92
Tints of Shamrock #33BB92
RGB
CMYK
RGB Variations
Color information
#33BB92 (or 0x33BB92) is known color: Shamrock. HEX triplet: 33, BB and 92. RGB value is (51,187,146). Sum of RGB (Red+Green+Blue) = 51+187+146=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #33BB92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BB92 is #CC446D. Grayscale: #8D8D8D. Windows color (decimal): -13386862 or 9616179. OLE color: 9616179.
HSL color Cylindrical-coordinate representation of color #33BB92: hue angle of 161.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BB92 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 187 | 146 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.27 |
| HSL | 161.91º | 0.57% | 0.47% | - |
| HSV(B) | 161.91º | 0.73% | 0.73% | - |
| XYZ | 24.32 | 38.32 | 33.31 | - |
| YUV | 141.66 | 130.44 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 187 | 146 | 0.73 | 0 | 0.22 | 0.27 | 161.91 | 0.57 | 0.47 |
| Hex | 33 | BB | 92 | 49 | 0 | 16 | 1B | A2 | 39 | 2F |
| Octal | 63 | 273 | 222 | 111 | 0 | 26 | 33 | 242 | 71 | 57 |
| Binary | 110011 | 10111011 | 10010010 | 1001001 | 0 | 10110 | 11011 | 10100010 | 111001 | 101111 |
Color Harmonies of #33BB92
Complementary color
Monochromatic Colors of #33BB92
Black with #33BB92
Text Example
Text Example
White with #33BB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BB92; }
p { color: rgb(51,187,146); }
H1.HeaderClassName
{
color: #33BB92;
}
.AnyTagClassName
{
color: #33BB92;
}
</style>
background-color css
<style>
a { background-color: #33BB92; }
a { background-color: rgb(51,187,146); }
div.DivClassName
{
background-color: #33BB92;
}
.BgClassName
{
background-color: #33BB92;
}
</style>
border-color css
<style>
span { border-color: #33BB92; }
span { border-color: rgb(51,187,146); }
td.TdClassName
{
border-color: #33BB92;
}
.TagClassName
{
border-color: #33BB92;
}
</style>