Shades of Bahia #9BBD24
Tints of Bahia #9BBD24
RGB
CMYK
RGB Variations
Color information
#9BBD24 (or 0x9BBD24) is known color: Bahia. HEX triplet: 9B, BD and 24. RGB value is (155,189,36). Sum of RGB (Red+Green+Blue) = 155+189+36=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBD24 is #6442DB. Grayscale: #A1A1A1. Windows color (decimal): -6570716 or 2407835. OLE color: 2407835.
HSL color Cylindrical-coordinate representation of color #9BBD24: hue angle of 73.33º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9BBD24 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 36 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.26 |
| HSL | 73.33º | 0.68% | 0.44% | - |
| HSV(B) | 73.33º | 0.81% | 0.74% | - |
| XYZ | 32.03 | 43.49 | 8.38 | - |
| YUV | 161.39 | 57.24 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 36 | 0.18 | 0 | 0.81 | 0.26 | 73.33 | 0.68 | 0.44 |
| Hex | 9B | BD | 24 | 12 | 0 | 51 | 1A | 49 | 44 | 2C |
| Octal | 233 | 275 | 44 | 22 | 0 | 121 | 32 | 111 | 104 | 54 |
| Binary | 10011011 | 10111101 | 100100 | 10010 | 0 | 1010001 | 11010 | 1001001 | 1000100 | 101100 |
Color Harmonies of #9BBD24
Complementary color
Monochromatic Colors of #9BBD24
Black with #9BBD24
Text Example
Text Example
White with #9BBD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD24; }
p { color: rgb(155,189,36); }
H1.HeaderClassName
{
color: #9BBD24;
}
.AnyTagClassName
{
color: #9BBD24;
}
</style>
background-color css
<style>
a { background-color: #9BBD24; }
a { background-color: rgb(155,189,36); }
div.DivClassName
{
background-color: #9BBD24;
}
.BgClassName
{
background-color: #9BBD24;
}
</style>
border-color css
<style>
span { border-color: #9BBD24; }
span { border-color: rgb(155,189,36); }
td.TdClassName
{
border-color: #9BBD24;
}
.TagClassName
{
border-color: #9BBD24;
}
</style>