Shades of Bahia #93CB15
Tints of Bahia #93CB15
RGB
CMYK
RGB Variations
Color information
#93CB15 (or 0x93CB15) is known color: Bahia. HEX triplet: 93, CB and 15. RGB value is (147,203,21). Sum of RGB (Red+Green+Blue) = 147+203+21=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93CB15 is #6C34EA. Grayscale: #A6A6A6. Windows color (decimal): -7091435 or 1428371. OLE color: 1428371.
HSL color Cylindrical-coordinate representation of color #93CB15: hue angle of 78.46º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93CB15 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 21 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.20 |
| HSL | 78.46º | 0.81% | 0.44% | - |
| HSV(B) | 78.46º | 0.9% | 0.8% | - |
| XYZ | 33.52 | 48.97 | 8.39 | - |
| YUV | 165.51 | 46.45 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 21 | 0.28 | 0 | 0.90 | 0.20 | 78.46 | 0.81 | 0.44 |
| Hex | 93 | CB | 15 | 1C | 0 | 5A | 14 | 4E | 51 | 2C |
| Octal | 223 | 313 | 25 | 34 | 0 | 132 | 24 | 116 | 121 | 54 |
| Binary | 10010011 | 11001011 | 10101 | 11100 | 0 | 1011010 | 10100 | 1001110 | 1010001 | 101100 |
Color Harmonies of #93CB15
Complementary color
Monochromatic Colors of #93CB15
Black with #93CB15
Text Example
Text Example
White with #93CB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CB15; }
p { color: rgb(147,203,21); }
H1.HeaderClassName
{
color: #93CB15;
}
.AnyTagClassName
{
color: #93CB15;
}
</style>
background-color css
<style>
a { background-color: #93CB15; }
a { background-color: rgb(147,203,21); }
div.DivClassName
{
background-color: #93CB15;
}
.BgClassName
{
background-color: #93CB15;
}
</style>
border-color css
<style>
span { border-color: #93CB15; }
span { border-color: rgb(147,203,21); }
td.TdClassName
{
border-color: #93CB15;
}
.TagClassName
{
border-color: #93CB15;
}
</style>