Shades of Bahia #9BBF1C
Tints of Bahia #9BBF1C
RGB
CMYK
RGB Variations
Color information
#9BBF1C (or 0x9BBF1C) is known color: Bahia. HEX triplet: 9B, BF and 1C. RGB value is (155,191,28). Sum of RGB (Red+Green+Blue) = 155+191+28=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBF1C is #6440E3. Grayscale: #A2A2A2. Windows color (decimal): -6570212 or 1884059. OLE color: 1884059.
HSL color Cylindrical-coordinate representation of color #9BBF1C: hue angle of 73.25º 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 #9BBF1C is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 28 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.25 |
| HSL | 73.25º | 0.74% | 0.43% | - |
| HSV(B) | 73.25º | 0.85% | 0.75% | - |
| XYZ | 32.36 | 44.31 | 7.95 | - |
| YUV | 161.65 | 52.57 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 28 | 0.19 | 0 | 0.85 | 0.25 | 73.25 | 0.74 | 0.43 |
| Hex | 9B | BF | 1C | 13 | 0 | 55 | 19 | 49 | 4A | 2B |
| Octal | 233 | 277 | 34 | 23 | 0 | 125 | 31 | 111 | 112 | 53 |
| Binary | 10011011 | 10111111 | 11100 | 10011 | 0 | 1010101 | 11001 | 1001001 | 1001010 | 101011 |
Color Harmonies of #9BBF1C
Complementary color
Monochromatic Colors of #9BBF1C
Black with #9BBF1C
Text Example
Text Example
White with #9BBF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBF1C; }
p { color: rgb(155,191,28); }
H1.HeaderClassName
{
color: #9BBF1C;
}
.AnyTagClassName
{
color: #9BBF1C;
}
</style>
background-color css
<style>
a { background-color: #9BBF1C; }
a { background-color: rgb(155,191,28); }
div.DivClassName
{
background-color: #9BBF1C;
}
.BgClassName
{
background-color: #9BBF1C;
}
</style>
border-color css
<style>
span { border-color: #9BBF1C; }
span { border-color: rgb(155,191,28); }
td.TdClassName
{
border-color: #9BBF1C;
}
.TagClassName
{
border-color: #9BBF1C;
}
</style>