Shades of Bahia #9BBE1C
Tints of Bahia #9BBE1C
RGB
CMYK
RGB Variations
Color information
#9BBE1C (or 0x9BBE1C) is known color: Bahia. HEX triplet: 9B, BE and 1C. RGB value is (155,190,28). Sum of RGB (Red+Green+Blue) = 155+190+28=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBE1C is #6441E3. Grayscale: #A1A1A1. Windows color (decimal): -6570468 or 1883803. OLE color: 1883803.
HSL color Cylindrical-coordinate representation of color #9BBE1C: hue angle of 72.96º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9BBE1C is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 28 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.25 |
| HSL | 72.96º | 0.74% | 0.43% | - |
| HSV(B) | 72.96º | 0.85% | 0.75% | - |
| XYZ | 32.14 | 43.88 | 7.87 | - |
| YUV | 161.07 | 52.9 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 28 | 0.18 | 0 | 0.85 | 0.25 | 72.96 | 0.74 | 0.43 |
| Hex | 9B | BE | 1C | 12 | 0 | 55 | 19 | 49 | 4A | 2B |
| Octal | 233 | 276 | 34 | 22 | 0 | 125 | 31 | 111 | 112 | 53 |
| Binary | 10011011 | 10111110 | 11100 | 10010 | 0 | 1010101 | 11001 | 1001001 | 1001010 | 101011 |
Color Harmonies of #9BBE1C
Complementary color
Monochromatic Colors of #9BBE1C
Black with #9BBE1C
Text Example
Text Example
White with #9BBE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE1C; }
p { color: rgb(155,190,28); }
H1.HeaderClassName
{
color: #9BBE1C;
}
.AnyTagClassName
{
color: #9BBE1C;
}
</style>
background-color css
<style>
a { background-color: #9BBE1C; }
a { background-color: rgb(155,190,28); }
div.DivClassName
{
background-color: #9BBE1C;
}
.BgClassName
{
background-color: #9BBE1C;
}
</style>
border-color css
<style>
span { border-color: #9BBE1C; }
span { border-color: rgb(155,190,28); }
td.TdClassName
{
border-color: #9BBE1C;
}
.TagClassName
{
border-color: #9BBE1C;
}
</style>