Shades of Bahia #92C618
Tints of Bahia #92C618
RGB
CMYK
RGB Variations
Color information
#92C618 (or 0x92C618) is known color: Bahia. HEX triplet: 92, C6 and 18. RGB value is (146,198,24). Sum of RGB (Red+Green+Blue) = 146+198+24=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 198 (77.73% from 255 or 53.80% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 198 - color contains mainly: green. Hex color #92C618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C618 is #6D39E7. Grayscale: #A3A3A3. Windows color (decimal): -7158248 or 1623698. OLE color: 1623698.
HSL color Cylindrical-coordinate representation of color #92C618: hue angle of 77.93º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92C618 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 198 | 24 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.22 |
| HSL | 77.93º | 0.78% | 0.44% | - |
| HSV(B) | 77.93º | 0.88% | 0.78% | - |
| XYZ | 32.21 | 46.57 | 8.15 | - |
| YUV | 162.62 | 49.77 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 198 | 24 | 0.26 | 0 | 0.88 | 0.22 | 77.93 | 0.78 | 0.44 |
| Hex | 92 | C6 | 18 | 1A | 0 | 58 | 16 | 4E | 4E | 2C |
| Octal | 222 | 306 | 30 | 32 | 0 | 130 | 26 | 116 | 116 | 54 |
| Binary | 10010010 | 11000110 | 11000 | 11010 | 0 | 1011000 | 10110 | 1001110 | 1001110 | 101100 |
Color Harmonies of #92C618
Complementary color
Monochromatic Colors of #92C618
Black with #92C618
Text Example
Text Example
White with #92C618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C618; }
p { color: rgb(146,198,24); }
H1.HeaderClassName
{
color: #92C618;
}
.AnyTagClassName
{
color: #92C618;
}
</style>
background-color css
<style>
a { background-color: #92C618; }
a { background-color: rgb(146,198,24); }
div.DivClassName
{
background-color: #92C618;
}
.BgClassName
{
background-color: #92C618;
}
</style>
border-color css
<style>
span { border-color: #92C618; }
span { border-color: rgb(146,198,24); }
td.TdClassName
{
border-color: #92C618;
}
.TagClassName
{
border-color: #92C618;
}
</style>