Shades of Conifer #B3D667
Tints of Conifer #B3D667
RGB
CMYK
RGB Variations
Color information
#B3D667 (or 0xB3D667) is known color: Conifer. HEX triplet: B3, D6 and 67. RGB value is (179,214,103). Sum of RGB (Red+Green+Blue) = 179+214+103=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D667 is #4C2998. Grayscale: #BFBFBF. Windows color (decimal): -4991385 or 6805171. OLE color: 6805171.
HSL color Cylindrical-coordinate representation of color #B3D667: hue angle of 78.92º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3D667 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 214 | 103 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.16 |
| HSL | 78.92º | 0.58% | 0.62% | - |
| HSV(B) | 78.92º | 0.52% | 0.84% | - |
| XYZ | 45.09 | 58.66 | 21.78 | - |
| YUV | 190.88 | 78.4 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 214 | 103 | 0.16 | 0 | 0.52 | 0.16 | 78.92 | 0.58 | 0.62 |
| Hex | B3 | D6 | 67 | 10 | 0 | 34 | 10 | 4F | 3A | 3E |
| Octal | 263 | 326 | 147 | 20 | 0 | 64 | 20 | 117 | 72 | 76 |
| Binary | 10110011 | 11010110 | 1100111 | 10000 | 0 | 110100 | 10000 | 1001111 | 111010 | 111110 |
Color Harmonies of #B3D667
Complementary color
Monochromatic Colors of #B3D667
Black with #B3D667
Text Example
Text Example
White with #B3D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D667; }
p { color: rgb(179,214,103); }
H1.HeaderClassName
{
color: #B3D667;
}
.AnyTagClassName
{
color: #B3D667;
}
</style>
background-color css
<style>
a { background-color: #B3D667; }
a { background-color: rgb(179,214,103); }
div.DivClassName
{
background-color: #B3D667;
}
.BgClassName
{
background-color: #B3D667;
}
</style>
border-color css
<style>
span { border-color: #B3D667; }
span { border-color: rgb(179,214,103); }
td.TdClassName
{
border-color: #B3D667;
}
.TagClassName
{
border-color: #B3D667;
}
</style>