Shades of Conifer #B0DA65
Tints of Conifer #B0DA65
RGB
CMYK
RGB Variations
Color information
#B0DA65 (or 0xB0DA65) is known color: Conifer. HEX triplet: B0, DA and 65. RGB value is (176,218,101). Sum of RGB (Red+Green+Blue) = 176+218+101=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA65 is #4F259A. Grayscale: #C0C0C0. Windows color (decimal): -5186971 or 6675120. OLE color: 6675120.
HSL color Cylindrical-coordinate representation of color #B0DA65: hue angle of 81.54º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0DA65 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 101 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.15 |
| HSL | 81.54º | 0.61% | 0.63% | - |
| HSV(B) | 81.54º | 0.54% | 0.85% | - |
| XYZ | 45.32 | 60.31 | 21.56 | - |
| YUV | 192.1 | 76.59 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 101 | 0.19 | 0 | 0.54 | 0.15 | 81.54 | 0.61 | 0.63 |
| Hex | B0 | DA | 65 | 13 | 0 | 36 | F | 52 | 3D | 3F |
| Octal | 260 | 332 | 145 | 23 | 0 | 66 | 17 | 122 | 75 | 77 |
| Binary | 10110000 | 11011010 | 1100101 | 10011 | 0 | 110110 | 1111 | 1010010 | 111101 | 111111 |
Color Harmonies of #B0DA65
Complementary color
Monochromatic Colors of #B0DA65
Black with #B0DA65
Text Example
Text Example
White with #B0DA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA65; }
p { color: rgb(176,218,101); }
H1.HeaderClassName
{
color: #B0DA65;
}
.AnyTagClassName
{
color: #B0DA65;
}
</style>
background-color css
<style>
a { background-color: #B0DA65; }
a { background-color: rgb(176,218,101); }
div.DivClassName
{
background-color: #B0DA65;
}
.BgClassName
{
background-color: #B0DA65;
}
</style>
border-color css
<style>
span { border-color: #B0DA65; }
span { border-color: rgb(176,218,101); }
td.TdClassName
{
border-color: #B0DA65;
}
.TagClassName
{
border-color: #B0DA65;
}
</style>