Shades of Conifer #B8DB68
Tints of Conifer #B8DB68
RGB
CMYK
RGB Variations
Color information
#B8DB68 (or 0xB8DB68) is known color: Conifer. HEX triplet: B8, DB and 68. RGB value is (184,219,104). Sum of RGB (Red+Green+Blue) = 184+219+104=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DB68 is #472497. Grayscale: #C3C3C3. Windows color (decimal): -4662424 or 6871992. OLE color: 6871992.
HSL color Cylindrical-coordinate representation of color #B8DB68: hue angle of 78.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8DB68 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 104 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.14 |
| HSL | 78.26º | 0.61% | 0.63% | - |
| HSV(B) | 78.26º | 0.53% | 0.86% | - |
| XYZ | 47.6 | 61.85 | 22.53 | - |
| YUV | 195.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 104 | 0.16 | 0 | 0.53 | 0.14 | 78.26 | 0.61 | 0.63 |
| Hex | B8 | DB | 68 | 10 | 0 | 35 | E | 4E | 3D | 3F |
| Octal | 270 | 333 | 150 | 20 | 0 | 65 | 16 | 116 | 75 | 77 |
| Binary | 10111000 | 11011011 | 1101000 | 10000 | 0 | 110101 | 1110 | 1001110 | 111101 | 111111 |
Color Harmonies of #B8DB68
Complementary color
Monochromatic Colors of #B8DB68
Black with #B8DB68
Text Example
Text Example
White with #B8DB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DB68; }
p { color: rgb(184,219,104); }
H1.HeaderClassName
{
color: #B8DB68;
}
.AnyTagClassName
{
color: #B8DB68;
}
</style>
background-color css
<style>
a { background-color: #B8DB68; }
a { background-color: rgb(184,219,104); }
div.DivClassName
{
background-color: #B8DB68;
}
.BgClassName
{
background-color: #B8DB68;
}
</style>
border-color css
<style>
span { border-color: #B8DB68; }
span { border-color: rgb(184,219,104); }
td.TdClassName
{
border-color: #B8DB68;
}
.TagClassName
{
border-color: #B8DB68;
}
</style>