Shades of Conifer #B6DB67
Tints of Conifer #B6DB67
RGB
CMYK
RGB Variations
Color information
#B6DB67 (or 0xB6DB67) is known color: Conifer. HEX triplet: B6, DB and 67. RGB value is (182,219,103). Sum of RGB (Red+Green+Blue) = 182+219+103=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DB67 is #492498. Grayscale: #C3C3C3. Windows color (decimal): -4793497 or 6806454. OLE color: 6806454.
HSL color Cylindrical-coordinate representation of color #B6DB67: hue angle of 79.14º degrees, saturation: 0.62, 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 #B6DB67 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 219 | 103 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.14 |
| HSL | 79.14º | 0.62% | 0.63% | - |
| HSV(B) | 79.14º | 0.53% | 0.86% | - |
| XYZ | 47.07 | 61.59 | 22.24 | - |
| YUV | 194.71 | 76.24 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 103 | 0.17 | 0 | 0.53 | 0.14 | 79.14 | 0.62 | 0.63 |
| Hex | B6 | DB | 67 | 11 | 0 | 35 | E | 4F | 3E | 3F |
| Octal | 266 | 333 | 147 | 21 | 0 | 65 | 16 | 117 | 76 | 77 |
| Binary | 10110110 | 11011011 | 1100111 | 10001 | 0 | 110101 | 1110 | 1001111 | 111110 | 111111 |
Color Harmonies of #B6DB67
Complementary color
Monochromatic Colors of #B6DB67
Black with #B6DB67
Text Example
Text Example
White with #B6DB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DB67; }
p { color: rgb(182,219,103); }
H1.HeaderClassName
{
color: #B6DB67;
}
.AnyTagClassName
{
color: #B6DB67;
}
</style>
background-color css
<style>
a { background-color: #B6DB67; }
a { background-color: rgb(182,219,103); }
div.DivClassName
{
background-color: #B6DB67;
}
.BgClassName
{
background-color: #B6DB67;
}
</style>
border-color css
<style>
span { border-color: #B6DB67; }
span { border-color: rgb(182,219,103); }
td.TdClassName
{
border-color: #B6DB67;
}
.TagClassName
{
border-color: #B6DB67;
}
</style>