Shades of San Felix #186B23
Tints of San Felix #186B23
RGB
CMYK
RGB Variations
Color information
#186B23 (or 0x186B23) is known color: San Felix. HEX triplet: 18, 6B and 23. RGB value is (24,107,35). Sum of RGB (Red+Green+Blue) = 24+107+35=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 107 (42.19% from 255 or 64.46% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 107 - color contains mainly: green. Hex color #186B23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186B23 is #E794DC. Grayscale: #4A4A4A. Windows color (decimal): -15176925 or 2321176. OLE color: 2321176.
HSL color Cylindrical-coordinate representation of color #186B23: hue angle of 127.95º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186B23 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 107 | 35 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.58 |
| HSL | 127.95º | 0.63% | 0.26% | - |
| HSV(B) | 127.95º | 0.78% | 0.42% | - |
| XYZ | 5.94 | 10.83 | 3.37 | - |
| YUV | 73.98 | 106 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 35 | 0.78 | 0 | 0.67 | 0.58 | 127.95 | 0.63 | 0.26 |
| Hex | 18 | 6B | 23 | 4E | 0 | 43 | 3A | 80 | 3F | 1A |
| Octal | 30 | 153 | 43 | 116 | 0 | 103 | 72 | 200 | 77 | 32 |
| Binary | 11000 | 1101011 | 100011 | 1001110 | 0 | 1000011 | 111010 | 10000000 | 111111 | 11010 |
Color Harmonies of #186B23
Complementary color
Monochromatic Colors of #186B23
Black with #186B23
Text Example
Text Example
White with #186B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186B23; }
p { color: rgb(24,107,35); }
H1.HeaderClassName
{
color: #186B23;
}
.AnyTagClassName
{
color: #186B23;
}
</style>
background-color css
<style>
a { background-color: #186B23; }
a { background-color: rgb(24,107,35); }
div.DivClassName
{
background-color: #186B23;
}
.BgClassName
{
background-color: #186B23;
}
</style>
border-color css
<style>
span { border-color: #186B23; }
span { border-color: rgb(24,107,35); }
td.TdClassName
{
border-color: #186B23;
}
.TagClassName
{
border-color: #186B23;
}
</style>