Shades of Inch Worm #C9DC0B
Tints of Inch Worm #C9DC0B
RGB
CMYK
RGB Variations
Color information
#C9DC0B (or 0xC9DC0B) is known color: Inch Worm. HEX triplet: C9, DC and 0B. RGB value is (201,220,11). Sum of RGB (Red+Green+Blue) = 201+220+11=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DC0B is #3623F4. Grayscale: #BFBFBF. Windows color (decimal): -3548149 or 777417. OLE color: 777417.
HSL color Cylindrical-coordinate representation of color #C9DC0B: hue angle of 65.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9DC0B is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 11 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.14 |
| HSL | 65.45º | 0.9% | 0.45% | - |
| HSV(B) | 65.45º | 0.95% | 0.86% | - |
| XYZ | 49.74 | 63.63 | 9.98 | - |
| YUV | 190.49 | 26.71 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 11 | 0.09 | 0 | 0.95 | 0.14 | 65.45 | 0.9 | 0.45 |
| Hex | C9 | DC | B | 9 | 0 | 5F | E | 41 | 5A | 2D |
| Octal | 311 | 334 | 13 | 11 | 0 | 137 | 16 | 101 | 132 | 55 |
| Binary | 11001001 | 11011100 | 1011 | 1001 | 0 | 1011111 | 1110 | 1000001 | 1011010 | 101101 |
Color Harmonies of #C9DC0B
Complementary color
Monochromatic Colors of #C9DC0B
Black with #C9DC0B
Text Example
Text Example
White with #C9DC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC0B; }
p { color: rgb(201,220,11); }
H1.HeaderClassName
{
color: #C9DC0B;
}
.AnyTagClassName
{
color: #C9DC0B;
}
</style>
background-color css
<style>
a { background-color: #C9DC0B; }
a { background-color: rgb(201,220,11); }
div.DivClassName
{
background-color: #C9DC0B;
}
.BgClassName
{
background-color: #C9DC0B;
}
</style>
border-color css
<style>
span { border-color: #C9DC0B; }
span { border-color: rgb(201,220,11); }
td.TdClassName
{
border-color: #C9DC0B;
}
.TagClassName
{
border-color: #C9DC0B;
}
</style>