Shades of Bahia #9BC21D
Tints of Bahia #9BC21D
RGB
CMYK
RGB Variations
Color information
#9BC21D (or 0x9BC21D) is known color: Bahia. HEX triplet: 9B, C2 and 1D. RGB value is (155,194,29). Sum of RGB (Red+Green+Blue) = 155+194+29=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC21D is #643DE2. Grayscale: #A4A4A4. Windows color (decimal): -6569443 or 1950363. OLE color: 1950363.
HSL color Cylindrical-coordinate representation of color #9BC21D: hue angle of 74.18º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9BC21D is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 29 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.24 |
| HSL | 74.18º | 0.74% | 0.44% | - |
| HSV(B) | 74.18º | 0.85% | 0.76% | - |
| XYZ | 33.03 | 45.64 | 8.23 | - |
| YUV | 163.53 | 52.08 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 29 | 0.20 | 0 | 0.85 | 0.24 | 74.18 | 0.74 | 0.44 |
| Hex | 9B | C2 | 1D | 14 | 0 | 55 | 18 | 4A | 4A | 2C |
| Octal | 233 | 302 | 35 | 24 | 0 | 125 | 30 | 112 | 112 | 54 |
| Binary | 10011011 | 11000010 | 11101 | 10100 | 0 | 1010101 | 11000 | 1001010 | 1001010 | 101100 |
Color Harmonies of #9BC21D
Complementary color
Monochromatic Colors of #9BC21D
Black with #9BC21D
Text Example
Text Example
White with #9BC21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC21D; }
p { color: rgb(155,194,29); }
H1.HeaderClassName
{
color: #9BC21D;
}
.AnyTagClassName
{
color: #9BC21D;
}
</style>
background-color css
<style>
a { background-color: #9BC21D; }
a { background-color: rgb(155,194,29); }
div.DivClassName
{
background-color: #9BC21D;
}
.BgClassName
{
background-color: #9BC21D;
}
</style>
border-color css
<style>
span { border-color: #9BC21D; }
span { border-color: rgb(155,194,29); }
td.TdClassName
{
border-color: #9BC21D;
}
.TagClassName
{
border-color: #9BC21D;
}
</style>