Shades of Bahia #95C517
Tints of Bahia #95C517
RGB
CMYK
RGB Variations
Color information
#95C517 (or 0x95C517) is known color: Bahia. HEX triplet: 95, C5 and 17. RGB value is (149,197,23). Sum of RGB (Red+Green+Blue) = 149+197+23=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #95C517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C517 is #6A3AE8. Grayscale: #A3A3A3. Windows color (decimal): -6961897 or 1557909. OLE color: 1557909.
HSL color Cylindrical-coordinate representation of color #95C517: hue angle of 76.55º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95C517 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 23 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.23 |
| HSL | 76.55º | 0.79% | 0.43% | - |
| HSV(B) | 76.55º | 0.88% | 0.77% | - |
| XYZ | 32.52 | 46.38 | 8.05 | - |
| YUV | 162.81 | 49.1 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 23 | 0.24 | 0 | 0.88 | 0.23 | 76.55 | 0.79 | 0.43 |
| Hex | 95 | C5 | 17 | 18 | 0 | 58 | 17 | 4D | 4F | 2B |
| Octal | 225 | 305 | 27 | 30 | 0 | 130 | 27 | 115 | 117 | 53 |
| Binary | 10010101 | 11000101 | 10111 | 11000 | 0 | 1011000 | 10111 | 1001101 | 1001111 | 101011 |
Color Harmonies of #95C517
Complementary color
Monochromatic Colors of #95C517
Black with #95C517
Text Example
Text Example
White with #95C517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C517; }
p { color: rgb(149,197,23); }
H1.HeaderClassName
{
color: #95C517;
}
.AnyTagClassName
{
color: #95C517;
}
</style>
background-color css
<style>
a { background-color: #95C517; }
a { background-color: rgb(149,197,23); }
div.DivClassName
{
background-color: #95C517;
}
.BgClassName
{
background-color: #95C517;
}
</style>
border-color css
<style>
span { border-color: #95C517; }
span { border-color: rgb(149,197,23); }
td.TdClassName
{
border-color: #95C517;
}
.TagClassName
{
border-color: #95C517;
}
</style>