Shades of Conifer #B3D766
Tints of Conifer #B3D766
RGB
CMYK
RGB Variations
Color information
#B3D766 (or 0xB3D766) is known color: Conifer. HEX triplet: B3, D7 and 66. RGB value is (179,215,102). Sum of RGB (Red+Green+Blue) = 179+215+102=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #B3D766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D766 is #4C2899. Grayscale: #BFBFBF. Windows color (decimal): -4991130 or 6739891. OLE color: 6739891.
HSL color Cylindrical-coordinate representation of color #B3D766: hue angle of 79.12º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B3D766 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 215 | 102 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.16 |
| HSL | 79.12º | 0.59% | 0.62% | - |
| HSV(B) | 79.12º | 0.53% | 0.84% | - |
| XYZ | 45.29 | 59.14 | 21.6 | - |
| YUV | 191.35 | 77.57 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 215 | 102 | 0.17 | 0 | 0.53 | 0.16 | 79.12 | 0.59 | 0.62 |
| Hex | B3 | D7 | 66 | 11 | 0 | 35 | 10 | 4F | 3B | 3E |
| Octal | 263 | 327 | 146 | 21 | 0 | 65 | 20 | 117 | 73 | 76 |
| Binary | 10110011 | 11010111 | 1100110 | 10001 | 0 | 110101 | 10000 | 1001111 | 111011 | 111110 |
Color Harmonies of #B3D766
Complementary color
Monochromatic Colors of #B3D766
Black with #B3D766
Text Example
Text Example
White with #B3D766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D766; }
p { color: rgb(179,215,102); }
H1.HeaderClassName
{
color: #B3D766;
}
.AnyTagClassName
{
color: #B3D766;
}
</style>
background-color css
<style>
a { background-color: #B3D766; }
a { background-color: rgb(179,215,102); }
div.DivClassName
{
background-color: #B3D766;
}
.BgClassName
{
background-color: #B3D766;
}
</style>
border-color css
<style>
span { border-color: #B3D766; }
span { border-color: rgb(179,215,102); }
td.TdClassName
{
border-color: #B3D766;
}
.TagClassName
{
border-color: #B3D766;
}
</style>