Shades of Bahia #95C11F
Tints of Bahia #95C11F
RGB
CMYK
RGB Variations
Color information
#95C11F (or 0x95C11F) is known color: Bahia. HEX triplet: 95, C1 and 1F. RGB value is (149,193,31). Sum of RGB (Red+Green+Blue) = 149+193+31=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #95C11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C11F is #6A3EE0. Grayscale: #A1A1A1. Windows color (decimal): -6962913 or 2081173. OLE color: 2081173.
HSL color Cylindrical-coordinate representation of color #95C11F: hue angle of 76.3º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95C11F is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 31 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.24 |
| HSL | 76.3º | 0.72% | 0.44% | - |
| HSV(B) | 76.3º | 0.84% | 0.76% | - |
| XYZ | 31.71 | 44.63 | 8.24 | - |
| YUV | 161.38 | 54.42 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 31 | 0.23 | 0 | 0.84 | 0.24 | 76.3 | 0.72 | 0.44 |
| Hex | 95 | C1 | 1F | 17 | 0 | 54 | 18 | 4C | 48 | 2C |
| Octal | 225 | 301 | 37 | 27 | 0 | 124 | 30 | 114 | 110 | 54 |
| Binary | 10010101 | 11000001 | 11111 | 10111 | 0 | 1010100 | 11000 | 1001100 | 1001000 | 101100 |
Color Harmonies of #95C11F
Complementary color
Monochromatic Colors of #95C11F
Black with #95C11F
Text Example
Text Example
White with #95C11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C11F; }
p { color: rgb(149,193,31); }
H1.HeaderClassName
{
color: #95C11F;
}
.AnyTagClassName
{
color: #95C11F;
}
</style>
background-color css
<style>
a { background-color: #95C11F; }
a { background-color: rgb(149,193,31); }
div.DivClassName
{
background-color: #95C11F;
}
.BgClassName
{
background-color: #95C11F;
}
</style>
border-color css
<style>
span { border-color: #95C11F; }
span { border-color: rgb(149,193,31); }
td.TdClassName
{
border-color: #95C11F;
}
.TagClassName
{
border-color: #95C11F;
}
</style>