Shades of Christi #6BBC16
Tints of Christi #6BBC16
RGB
CMYK
RGB Variations
Color information
#6BBC16 (or 0x6BBC16) is known color: Christi. HEX triplet: 6B, BC and 16. RGB value is (107,188,22). Sum of RGB (Red+Green+Blue) = 107+188+22=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BBC16 is #9443E9. Grayscale: #919191. Windows color (decimal): -9716714 or 1490027. OLE color: 1490027.
HSL color Cylindrical-coordinate representation of color #6BBC16: hue angle of 89.28º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6BBC16 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 22 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.26 |
| HSL | 89.28º | 0.79% | 0.41% | - |
| HSV(B) | 89.28º | 0.88% | 0.74% | - |
| XYZ | 24.19 | 39.15 | 7.04 | - |
| YUV | 144.86 | 58.66 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 22 | 0.43 | 0 | 0.88 | 0.26 | 89.28 | 0.79 | 0.41 |
| Hex | 6B | BC | 16 | 2B | 0 | 58 | 1A | 59 | 4F | 29 |
| Octal | 153 | 274 | 26 | 53 | 0 | 130 | 32 | 131 | 117 | 51 |
| Binary | 1101011 | 10111100 | 10110 | 101011 | 0 | 1011000 | 11010 | 1011001 | 1001111 | 101001 |
Color Harmonies of #6BBC16
Complementary color
Monochromatic Colors of #6BBC16
Black with #6BBC16
Text Example
Text Example
White with #6BBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC16; }
p { color: rgb(107,188,22); }
H1.HeaderClassName
{
color: #6BBC16;
}
.AnyTagClassName
{
color: #6BBC16;
}
</style>
background-color css
<style>
a { background-color: #6BBC16; }
a { background-color: rgb(107,188,22); }
div.DivClassName
{
background-color: #6BBC16;
}
.BgClassName
{
background-color: #6BBC16;
}
</style>
border-color css
<style>
span { border-color: #6BBC16; }
span { border-color: rgb(107,188,22); }
td.TdClassName
{
border-color: #6BBC16;
}
.TagClassName
{
border-color: #6BBC16;
}
</style>