Shades of Bahia #9CBD18
Tints of Bahia #9CBD18
RGB
CMYK
RGB Variations
Color information
#9CBD18 (or 0x9CBD18) is known color: Bahia. HEX triplet: 9C, BD and 18. RGB value is (156,189,24). Sum of RGB (Red+Green+Blue) = 156+189+24=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBD18 is #6342E7. Grayscale: #A0A0A0. Windows color (decimal): -6505192 or 1621404. OLE color: 1621404.
HSL color Cylindrical-coordinate representation of color #9CBD18: hue angle of 72º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9CBD18 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 24 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.26 |
| HSL | 72º | 0.77% | 0.42% | - |
| HSV(B) | 72º | 0.87% | 0.74% | - |
| XYZ | 32.07 | 43.53 | 7.58 | - |
| YUV | 160.32 | 51.07 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 24 | 0.17 | 0 | 0.87 | 0.26 | 72 | 0.77 | 0.42 |
| Hex | 9C | BD | 18 | 11 | 0 | 57 | 1A | 48 | 4D | 2A |
| Octal | 234 | 275 | 30 | 21 | 0 | 127 | 32 | 110 | 115 | 52 |
| Binary | 10011100 | 10111101 | 11000 | 10001 | 0 | 1010111 | 11010 | 1001000 | 1001101 | 101010 |
Color Harmonies of #9CBD18
Complementary color
Monochromatic Colors of #9CBD18
Black with #9CBD18
Text Example
Text Example
White with #9CBD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD18; }
p { color: rgb(156,189,24); }
H1.HeaderClassName
{
color: #9CBD18;
}
.AnyTagClassName
{
color: #9CBD18;
}
</style>
background-color css
<style>
a { background-color: #9CBD18; }
a { background-color: rgb(156,189,24); }
div.DivClassName
{
background-color: #9CBD18;
}
.BgClassName
{
background-color: #9CBD18;
}
</style>
border-color css
<style>
span { border-color: #9CBD18; }
span { border-color: rgb(156,189,24); }
td.TdClassName
{
border-color: #9CBD18;
}
.TagClassName
{
border-color: #9CBD18;
}
</style>