Shades of Bahia #95C915
Tints of Bahia #95C915
RGB
CMYK
RGB Variations
Color information
#95C915 (or 0x95C915) is known color: Bahia. HEX triplet: 95, C9 and 15. RGB value is (149,201,21). Sum of RGB (Red+Green+Blue) = 149+201+21=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #95C915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C915 is #6A36EA. Grayscale: #A5A5A5. Windows color (decimal): -6960875 or 1427861. OLE color: 1427861.
HSL color Cylindrical-coordinate representation of color #95C915: hue angle of 77.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95C915 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 201 | 21 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.21 |
| HSL | 77.33º | 0.81% | 0.44% | - |
| HSV(B) | 77.33º | 0.9% | 0.79% | - |
| XYZ | 33.42 | 48.22 | 8.26 | - |
| YUV | 164.93 | 46.77 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 201 | 21 | 0.26 | 0 | 0.90 | 0.21 | 77.33 | 0.81 | 0.44 |
| Hex | 95 | C9 | 15 | 1A | 0 | 5A | 15 | 4D | 51 | 2C |
| Octal | 225 | 311 | 25 | 32 | 0 | 132 | 25 | 115 | 121 | 54 |
| Binary | 10010101 | 11001001 | 10101 | 11010 | 0 | 1011010 | 10101 | 1001101 | 1010001 | 101100 |
Color Harmonies of #95C915
Complementary color
Monochromatic Colors of #95C915
Black with #95C915
Text Example
Text Example
White with #95C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C915; }
p { color: rgb(149,201,21); }
H1.HeaderClassName
{
color: #95C915;
}
.AnyTagClassName
{
color: #95C915;
}
</style>
background-color css
<style>
a { background-color: #95C915; }
a { background-color: rgb(149,201,21); }
div.DivClassName
{
background-color: #95C915;
}
.BgClassName
{
background-color: #95C915;
}
</style>
border-color css
<style>
span { border-color: #95C915; }
span { border-color: rgb(149,201,21); }
td.TdClassName
{
border-color: #95C915;
}
.TagClassName
{
border-color: #95C915;
}
</style>