Shades of Inch Worm #BFD90A
Tints of Inch Worm #BFD90A
RGB
CMYK
RGB Variations
Color information
#BFD90A (or 0xBFD90A) is known color: Inch Worm. HEX triplet: BF, D9 and 0A. RGB value is (191,217,10). Sum of RGB (Red+Green+Blue) = 191+217+10=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD90A is #4026F5. Grayscale: #BABABA. Windows color (decimal): -4204278 or 711103. OLE color: 711103.
HSL color Cylindrical-coordinate representation of color #BFD90A: hue angle of 67.54º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFD90A is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 10 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.15 |
| HSL | 67.54º | 0.91% | 0.45% | - |
| HSV(B) | 67.54º | 0.95% | 0.85% | - |
| XYZ | 46.35 | 60.72 | 9.56 | - |
| YUV | 185.63 | 28.89 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 10 | 0.12 | 0 | 0.95 | 0.15 | 67.54 | 0.91 | 0.45 |
| Hex | BF | D9 | A | C | 0 | 5F | F | 44 | 5B | 2D |
| Octal | 277 | 331 | 12 | 14 | 0 | 137 | 17 | 104 | 133 | 55 |
| Binary | 10111111 | 11011001 | 1010 | 1100 | 0 | 1011111 | 1111 | 1000100 | 1011011 | 101101 |
Color Harmonies of #BFD90A
Complementary color
Monochromatic Colors of #BFD90A
Black with #BFD90A
Text Example
Text Example
White with #BFD90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD90A; }
p { color: rgb(191,217,10); }
H1.HeaderClassName
{
color: #BFD90A;
}
.AnyTagClassName
{
color: #BFD90A;
}
</style>
background-color css
<style>
a { background-color: #BFD90A; }
a { background-color: rgb(191,217,10); }
div.DivClassName
{
background-color: #BFD90A;
}
.BgClassName
{
background-color: #BFD90A;
}
</style>
border-color css
<style>
span { border-color: #BFD90A; }
span { border-color: rgb(191,217,10); }
td.TdClassName
{
border-color: #BFD90A;
}
.TagClassName
{
border-color: #BFD90A;
}
</style>