Shades of Bahia #9BB723
Tints of Bahia #9BB723
RGB
CMYK
RGB Variations
Color information
#9BB723 (or 0x9BB723) is known color: Bahia. HEX triplet: 9B, B7 and 23. RGB value is (155,183,35). Sum of RGB (Red+Green+Blue) = 155+183+35=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB723 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB723 is #6448DC. Grayscale: #9E9E9E. Windows color (decimal): -6572253 or 2340763. OLE color: 2340763.
HSL color Cylindrical-coordinate representation of color #9BB723: hue angle of 71.35º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9BB723 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 183 | 35 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.28 |
| HSL | 71.35º | 0.68% | 0.43% | - |
| HSV(B) | 71.35º | 0.81% | 0.72% | - |
| XYZ | 30.75 | 40.96 | 7.87 | - |
| YUV | 157.76 | 58.72 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 183 | 35 | 0.15 | 0 | 0.81 | 0.28 | 71.35 | 0.68 | 0.43 |
| Hex | 9B | B7 | 23 | F | 0 | 51 | 1C | 47 | 44 | 2B |
| Octal | 233 | 267 | 43 | 17 | 0 | 121 | 34 | 107 | 104 | 53 |
| Binary | 10011011 | 10110111 | 100011 | 1111 | 0 | 1010001 | 11100 | 1000111 | 1000100 | 101011 |
Color Harmonies of #9BB723
Complementary color
Monochromatic Colors of #9BB723
Black with #9BB723
Text Example
Text Example
White with #9BB723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB723; }
p { color: rgb(155,183,35); }
H1.HeaderClassName
{
color: #9BB723;
}
.AnyTagClassName
{
color: #9BB723;
}
</style>
background-color css
<style>
a { background-color: #9BB723; }
a { background-color: rgb(155,183,35); }
div.DivClassName
{
background-color: #9BB723;
}
.BgClassName
{
background-color: #9BB723;
}
</style>
border-color css
<style>
span { border-color: #9BB723; }
span { border-color: rgb(155,183,35); }
td.TdClassName
{
border-color: #9BB723;
}
.TagClassName
{
border-color: #9BB723;
}
</style>