Shades of Bahia #9EB41C
Tints of Bahia #9EB41C
RGB
CMYK
RGB Variations
Color information
#9EB41C (or 0x9EB41C) is known color: Bahia. HEX triplet: 9E, B4 and 1C. RGB value is (158,180,28). Sum of RGB (Red+Green+Blue) = 158+180+28=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB41C is #614BE3. Grayscale: #9C9C9C. Windows color (decimal): -6376420 or 1881246. OLE color: 1881246.
HSL color Cylindrical-coordinate representation of color #9EB41C: hue angle of 68.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EB41C is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 180 | 28 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.29 |
| HSL | 68.68º | 0.73% | 0.41% | - |
| HSV(B) | 68.68º | 0.84% | 0.71% | - |
| XYZ | 30.63 | 40 | 7.2 | - |
| YUV | 156.09 | 55.71 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 180 | 28 | 0.12 | 0 | 0.84 | 0.29 | 68.68 | 0.73 | 0.41 |
| Hex | 9E | B4 | 1C | C | 0 | 54 | 1D | 45 | 49 | 29 |
| Octal | 236 | 264 | 34 | 14 | 0 | 124 | 35 | 105 | 111 | 51 |
| Binary | 10011110 | 10110100 | 11100 | 1100 | 0 | 1010100 | 11101 | 1000101 | 1001001 | 101001 |
Color Harmonies of #9EB41C
Complementary color
Monochromatic Colors of #9EB41C
Black with #9EB41C
Text Example
Text Example
White with #9EB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB41C; }
p { color: rgb(158,180,28); }
H1.HeaderClassName
{
color: #9EB41C;
}
.AnyTagClassName
{
color: #9EB41C;
}
</style>
background-color css
<style>
a { background-color: #9EB41C; }
a { background-color: rgb(158,180,28); }
div.DivClassName
{
background-color: #9EB41C;
}
.BgClassName
{
background-color: #9EB41C;
}
</style>
border-color css
<style>
span { border-color: #9EB41C; }
span { border-color: rgb(158,180,28); }
td.TdClassName
{
border-color: #9EB41C;
}
.TagClassName
{
border-color: #9EB41C;
}
</style>