Shades of Bahia #9DB01F
Tints of Bahia #9DB01F
RGB
CMYK
RGB Variations
Color information
#9DB01F (or 0x9DB01F) is known color: Bahia. HEX triplet: 9D, B0 and 1F. RGB value is (157,176,31). Sum of RGB (Red+Green+Blue) = 157+176+31=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 176 (69.14% from 255 or 48.35% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB01F is #624FE0. Grayscale: #9A9A9A. Windows color (decimal): -6442977 or 2076829. OLE color: 2076829.
HSL color Cylindrical-coordinate representation of color #9DB01F: hue angle of 67.86º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9DB01F is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 31 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.31 |
| HSL | 67.86º | 0.7% | 0.41% | - |
| HSV(B) | 67.86º | 0.82% | 0.69% | - |
| XYZ | 29.68 | 38.32 | 7.13 | - |
| YUV | 153.79 | 58.71 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 31 | 0.11 | 0 | 0.82 | 0.31 | 67.86 | 0.7 | 0.41 |
| Hex | 9D | B0 | 1F | B | 0 | 52 | 1F | 44 | 46 | 29 |
| Octal | 235 | 260 | 37 | 13 | 0 | 122 | 37 | 104 | 106 | 51 |
| Binary | 10011101 | 10110000 | 11111 | 1011 | 0 | 1010010 | 11111 | 1000100 | 1000110 | 101001 |
Color Harmonies of #9DB01F
Complementary color
Monochromatic Colors of #9DB01F
Black with #9DB01F
Text Example
Text Example
White with #9DB01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB01F; }
p { color: rgb(157,176,31); }
H1.HeaderClassName
{
color: #9DB01F;
}
.AnyTagClassName
{
color: #9DB01F;
}
</style>
background-color css
<style>
a { background-color: #9DB01F; }
a { background-color: rgb(157,176,31); }
div.DivClassName
{
background-color: #9DB01F;
}
.BgClassName
{
background-color: #9DB01F;
}
</style>
border-color css
<style>
span { border-color: #9DB01F; }
span { border-color: rgb(157,176,31); }
td.TdClassName
{
border-color: #9DB01F;
}
.TagClassName
{
border-color: #9DB01F;
}
</style>