Shades of Conifer #B6D254
Tints of Conifer #B6D254
RGB
CMYK
RGB Variations
Color information
#B6D254 (or 0xB6D254) is known color: Conifer. HEX triplet: B6, D2 and 54. RGB value is (182,210,84). Sum of RGB (Red+Green+Blue) = 182+210+84=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D254 is #492DAB. Grayscale: #BBBBBB. Windows color (decimal): -4795820 or 5558966. OLE color: 5558966.
HSL color Cylindrical-coordinate representation of color #B6D254: hue angle of 73.33º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6D254 is Cyan = 0.13, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 210 | 84 | - |
| CMYK | 0.13 | 0 | 0.6 | 0.18 |
| HSL | 73.33º | 0.58% | 0.58% | - |
| HSV(B) | 73.33º | 0.6% | 0.82% | - |
| XYZ | 43.94 | 56.68 | 17.01 | - |
| YUV | 187.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 210 | 84 | 0.13 | 0 | 0.6 | 0.18 | 73.33 | 0.58 | 0.58 |
| Hex | B6 | D2 | 54 | D | 0 | 3C | 12 | 49 | 3A | 3A |
| Octal | 266 | 322 | 124 | 15 | 0 | 74 | 22 | 111 | 72 | 72 |
| Binary | 10110110 | 11010010 | 1010100 | 1101 | 0 | 111100 | 10010 | 1001001 | 111010 | 111010 |
Color Harmonies of #B6D254
Complementary color
Monochromatic Colors of #B6D254
Black with #B6D254
Text Example
Text Example
White with #B6D254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D254; }
p { color: rgb(182,210,84); }
H1.HeaderClassName
{
color: #B6D254;
}
.AnyTagClassName
{
color: #B6D254;
}
</style>
background-color css
<style>
a { background-color: #B6D254; }
a { background-color: rgb(182,210,84); }
div.DivClassName
{
background-color: #B6D254;
}
.BgClassName
{
background-color: #B6D254;
}
</style>
border-color css
<style>
span { border-color: #B6D254; }
span { border-color: rgb(182,210,84); }
td.TdClassName
{
border-color: #B6D254;
}
.TagClassName
{
border-color: #B6D254;
}
</style>