Shades of Bahia #9FB425
Tints of Bahia #9FB425
RGB
CMYK
RGB Variations
Color information
#9FB425 (or 0x9FB425) is known color: Bahia. HEX triplet: 9F, B4 and 25. RGB value is (159,180,37). Sum of RGB (Red+Green+Blue) = 159+180+37=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB425 is #604BDA. Grayscale: #9D9D9D. Windows color (decimal): -6310875 or 2471071. OLE color: 2471071.
HSL color Cylindrical-coordinate representation of color #9FB425: hue angle of 68.81º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FB425 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 37 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.29 |
| HSL | 68.81º | 0.66% | 0.43% | - |
| HSV(B) | 68.81º | 0.79% | 0.71% | - |
| XYZ | 30.95 | 40.15 | 7.87 | - |
| YUV | 157.42 | 60.04 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 37 | 0.12 | 0 | 0.79 | 0.29 | 68.81 | 0.66 | 0.43 |
| Hex | 9F | B4 | 25 | C | 0 | 4F | 1D | 45 | 42 | 2B |
| Octal | 237 | 264 | 45 | 14 | 0 | 117 | 35 | 105 | 102 | 53 |
| Binary | 10011111 | 10110100 | 100101 | 1100 | 0 | 1001111 | 11101 | 1000101 | 1000010 | 101011 |
Color Harmonies of #9FB425
Complementary color
Monochromatic Colors of #9FB425
Black with #9FB425
Text Example
Text Example
White with #9FB425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB425; }
p { color: rgb(159,180,37); }
H1.HeaderClassName
{
color: #9FB425;
}
.AnyTagClassName
{
color: #9FB425;
}
</style>
background-color css
<style>
a { background-color: #9FB425; }
a { background-color: rgb(159,180,37); }
div.DivClassName
{
background-color: #9FB425;
}
.BgClassName
{
background-color: #9FB425;
}
</style>
border-color css
<style>
span { border-color: #9FB425; }
span { border-color: rgb(159,180,37); }
td.TdClassName
{
border-color: #9FB425;
}
.TagClassName
{
border-color: #9FB425;
}
</style>