Shades of Conifer #B3D669
Tints of Conifer #B3D669
RGB
CMYK
RGB Variations
Color information
#B3D669 (or 0xB3D669) is known color: Conifer. HEX triplet: B3, D6 and 69. RGB value is (179,214,105). Sum of RGB (Red+Green+Blue) = 179+214+105=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D669 is #4C2996. Grayscale: #BFBFBF. Windows color (decimal): -4991383 or 6936243. OLE color: 6936243.
HSL color Cylindrical-coordinate representation of color #B3D669: hue angle of 79.27º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3D669 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 214 | 105 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.16 |
| HSL | 79.27º | 0.57% | 0.63% | - |
| HSV(B) | 79.27º | 0.51% | 0.84% | - |
| XYZ | 45.19 | 58.7 | 22.31 | - |
| YUV | 191.11 | 79.4 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 214 | 105 | 0.16 | 0 | 0.51 | 0.16 | 79.27 | 0.57 | 0.63 |
| Hex | B3 | D6 | 69 | 10 | 0 | 33 | 10 | 4F | 39 | 3F |
| Octal | 263 | 326 | 151 | 20 | 0 | 63 | 20 | 117 | 71 | 77 |
| Binary | 10110011 | 11010110 | 1101001 | 10000 | 0 | 110011 | 10000 | 1001111 | 111001 | 111111 |
Color Harmonies of #B3D669
Complementary color
Monochromatic Colors of #B3D669
Black with #B3D669
Text Example
Text Example
White with #B3D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D669; }
p { color: rgb(179,214,105); }
H1.HeaderClassName
{
color: #B3D669;
}
.AnyTagClassName
{
color: #B3D669;
}
</style>
background-color css
<style>
a { background-color: #B3D669; }
a { background-color: rgb(179,214,105); }
div.DivClassName
{
background-color: #B3D669;
}
.BgClassName
{
background-color: #B3D669;
}
</style>
border-color css
<style>
span { border-color: #B3D669; }
span { border-color: rgb(179,214,105); }
td.TdClassName
{
border-color: #B3D669;
}
.TagClassName
{
border-color: #B3D669;
}
</style>