Shades of Conifer #B8DA66
Tints of Conifer #B8DA66
RGB
CMYK
RGB Variations
Color information
#B8DA66 (or 0xB8DA66) is known color: Conifer. HEX triplet: B8, DA and 66. RGB value is (184,218,102). Sum of RGB (Red+Green+Blue) = 184+218+102=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DA66 is #472599. Grayscale: #C3C3C3. Windows color (decimal): -4662682 or 6740664. OLE color: 6740664.
HSL color Cylindrical-coordinate representation of color #B8DA66: hue angle of 77.59º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8DA66 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 102 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.15 |
| HSL | 77.59º | 0.61% | 0.63% | - |
| HSV(B) | 77.59º | 0.53% | 0.85% | - |
| XYZ | 47.24 | 61.29 | 21.91 | - |
| YUV | 194.61 | 75.74 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 102 | 0.16 | 0 | 0.53 | 0.15 | 77.59 | 0.61 | 0.63 |
| Hex | B8 | DA | 66 | 10 | 0 | 35 | F | 4E | 3D | 3F |
| Octal | 270 | 332 | 146 | 20 | 0 | 65 | 17 | 116 | 75 | 77 |
| Binary | 10111000 | 11011010 | 1100110 | 10000 | 0 | 110101 | 1111 | 1001110 | 111101 | 111111 |
Color Harmonies of #B8DA66
Complementary color
Monochromatic Colors of #B8DA66
Black with #B8DA66
Text Example
Text Example
White with #B8DA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DA66; }
p { color: rgb(184,218,102); }
H1.HeaderClassName
{
color: #B8DA66;
}
.AnyTagClassName
{
color: #B8DA66;
}
</style>
background-color css
<style>
a { background-color: #B8DA66; }
a { background-color: rgb(184,218,102); }
div.DivClassName
{
background-color: #B8DA66;
}
.BgClassName
{
background-color: #B8DA66;
}
</style>
border-color css
<style>
span { border-color: #B8DA66; }
span { border-color: rgb(184,218,102); }
td.TdClassName
{
border-color: #B8DA66;
}
.TagClassName
{
border-color: #B8DA66;
}
</style>