Shades of Bahia #9BBC23
Tints of Bahia #9BBC23
RGB
CMYK
RGB Variations
Color information
#9BBC23 (or 0x9BBC23) is known color: Bahia. HEX triplet: 9B, BC and 23. RGB value is (155,188,35). Sum of RGB (Red+Green+Blue) = 155+188+35=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBC23 is #6443DC. Grayscale: #A1A1A1. Windows color (decimal): -6570973 or 2342043. OLE color: 2342043.
HSL color Cylindrical-coordinate representation of color #9BBC23: hue angle of 72.94º degrees, saturation: 0.69, 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 #9BBC23 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 35 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.26 |
| HSL | 72.94º | 0.69% | 0.44% | - |
| HSV(B) | 72.94º | 0.81% | 0.74% | - |
| XYZ | 31.8 | 43.06 | 8.22 | - |
| YUV | 160.69 | 57.07 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 35 | 0.18 | 0 | 0.81 | 0.26 | 72.94 | 0.69 | 0.44 |
| Hex | 9B | BC | 23 | 12 | 0 | 51 | 1A | 49 | 45 | 2C |
| Octal | 233 | 274 | 43 | 22 | 0 | 121 | 32 | 111 | 105 | 54 |
| Binary | 10011011 | 10111100 | 100011 | 10010 | 0 | 1010001 | 11010 | 1001001 | 1000101 | 101100 |
Color Harmonies of #9BBC23
Complementary color
Monochromatic Colors of #9BBC23
Black with #9BBC23
Text Example
Text Example
White with #9BBC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC23; }
p { color: rgb(155,188,35); }
H1.HeaderClassName
{
color: #9BBC23;
}
.AnyTagClassName
{
color: #9BBC23;
}
</style>
background-color css
<style>
a { background-color: #9BBC23; }
a { background-color: rgb(155,188,35); }
div.DivClassName
{
background-color: #9BBC23;
}
.BgClassName
{
background-color: #9BBC23;
}
</style>
border-color css
<style>
span { border-color: #9BBC23; }
span { border-color: rgb(155,188,35); }
td.TdClassName
{
border-color: #9BBC23;
}
.TagClassName
{
border-color: #9BBC23;
}
</style>