Shades of Bahia #9DBF21
Tints of Bahia #9DBF21
RGB
CMYK
RGB Variations
Color information
#9DBF21 (or 0x9DBF21) is known color: Bahia. HEX triplet: 9D, BF and 21. RGB value is (157,191,33). Sum of RGB (Red+Green+Blue) = 157+191+33=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBF21 is #6240DE. Grayscale: #A3A3A3. Windows color (decimal): -6439135 or 2211741. OLE color: 2211741.
HSL color Cylindrical-coordinate representation of color #9DBF21: hue angle of 72.91º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9DBF21 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 33 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.25 |
| HSL | 72.91º | 0.71% | 0.44% | - |
| HSV(B) | 72.91º | 0.83% | 0.75% | - |
| XYZ | 32.81 | 44.54 | 8.31 | - |
| YUV | 162.82 | 54.74 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 33 | 0.18 | 0 | 0.83 | 0.25 | 72.91 | 0.71 | 0.44 |
| Hex | 9D | BF | 21 | 12 | 0 | 53 | 19 | 49 | 47 | 2C |
| Octal | 235 | 277 | 41 | 22 | 0 | 123 | 31 | 111 | 107 | 54 |
| Binary | 10011101 | 10111111 | 100001 | 10010 | 0 | 1010011 | 11001 | 1001001 | 1000111 | 101100 |
Color Harmonies of #9DBF21
Complementary color
Monochromatic Colors of #9DBF21
Black with #9DBF21
Text Example
Text Example
White with #9DBF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF21; }
p { color: rgb(157,191,33); }
H1.HeaderClassName
{
color: #9DBF21;
}
.AnyTagClassName
{
color: #9DBF21;
}
</style>
background-color css
<style>
a { background-color: #9DBF21; }
a { background-color: rgb(157,191,33); }
div.DivClassName
{
background-color: #9DBF21;
}
.BgClassName
{
background-color: #9DBF21;
}
</style>
border-color css
<style>
span { border-color: #9DBF21; }
span { border-color: rgb(157,191,33); }
td.TdClassName
{
border-color: #9DBF21;
}
.TagClassName
{
border-color: #9DBF21;
}
</style>