Shades of Conifer #B2D467
Tints of Conifer #B2D467
RGB
CMYK
RGB Variations
Color information
#B2D467 (or 0xB2D467) is known color: Conifer. HEX triplet: B2, D4 and 67. RGB value is (178,212,103). Sum of RGB (Red+Green+Blue) = 178+212+103=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D467 is #4D2B98. Grayscale: #BDBDBD. Windows color (decimal): -5057433 or 6804658. OLE color: 6804658.
HSL color Cylindrical-coordinate representation of color #B2D467: hue angle of 78.72º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2D467 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 103 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.17 |
| HSL | 78.72º | 0.56% | 0.62% | - |
| HSV(B) | 78.72º | 0.51% | 0.83% | - |
| XYZ | 44.35 | 57.53 | 21.6 | - |
| YUV | 189.41 | 79.24 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 103 | 0.16 | 0 | 0.51 | 0.17 | 78.72 | 0.56 | 0.62 |
| Hex | B2 | D4 | 67 | 10 | 0 | 33 | 11 | 4F | 38 | 3E |
| Octal | 262 | 324 | 147 | 20 | 0 | 63 | 21 | 117 | 70 | 76 |
| Binary | 10110010 | 11010100 | 1100111 | 10000 | 0 | 110011 | 10001 | 1001111 | 111000 | 111110 |
Color Harmonies of #B2D467
Complementary color
Monochromatic Colors of #B2D467
Black with #B2D467
Text Example
Text Example
White with #B2D467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D467; }
p { color: rgb(178,212,103); }
H1.HeaderClassName
{
color: #B2D467;
}
.AnyTagClassName
{
color: #B2D467;
}
</style>
background-color css
<style>
a { background-color: #B2D467; }
a { background-color: rgb(178,212,103); }
div.DivClassName
{
background-color: #B2D467;
}
.BgClassName
{
background-color: #B2D467;
}
</style>
border-color css
<style>
span { border-color: #B2D467; }
span { border-color: rgb(178,212,103); }
td.TdClassName
{
border-color: #B2D467;
}
.TagClassName
{
border-color: #B2D467;
}
</style>