Shades of San Felix #186B15
Tints of San Felix #186B15
RGB
CMYK
RGB Variations
Color information
#186B15 (or 0x186B15) is known color: San Felix. HEX triplet: 18, 6B and 15. RGB value is (24,107,21). Sum of RGB (Red+Green+Blue) = 24+107+21=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 107 (42.19% from 255 or 70.39% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 107 - color contains mainly: green. Hex color #186B15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186B15 is #E794EA. Grayscale: #484848. Windows color (decimal): -15176939 or 1403672. OLE color: 1403672.
HSL color Cylindrical-coordinate representation of color #186B15: hue angle of 117.91º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #186B15 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 107 | 21 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.58 |
| HSL | 117.91º | 0.67% | 0.25% | - |
| HSV(B) | 117.91º | 0.8% | 0.42% | - |
| XYZ | 5.77 | 10.76 | 2.48 | - |
| YUV | 72.38 | 99 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 21 | 0.78 | 0 | 0.80 | 0.58 | 117.91 | 0.67 | 0.25 |
| Hex | 18 | 6B | 15 | 4E | 0 | 50 | 3A | 76 | 43 | 19 |
| Octal | 30 | 153 | 25 | 116 | 0 | 120 | 72 | 166 | 103 | 31 |
| Binary | 11000 | 1101011 | 10101 | 1001110 | 0 | 1010000 | 111010 | 1110110 | 1000011 | 11001 |
Color Harmonies of #186B15
Complementary color
Monochromatic Colors of #186B15
Black with #186B15
Text Example
Text Example
White with #186B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186B15; }
p { color: rgb(24,107,21); }
H1.HeaderClassName
{
color: #186B15;
}
.AnyTagClassName
{
color: #186B15;
}
</style>
background-color css
<style>
a { background-color: #186B15; }
a { background-color: rgb(24,107,21); }
div.DivClassName
{
background-color: #186B15;
}
.BgClassName
{
background-color: #186B15;
}
</style>
border-color css
<style>
span { border-color: #186B15; }
span { border-color: rgb(24,107,21); }
td.TdClassName
{
border-color: #186B15;
}
.TagClassName
{
border-color: #186B15;
}
</style>