Shades of Conifer #B6D543
Tints of Conifer #B6D543
RGB
CMYK
RGB Variations
Color information
#B6D543 (or 0xB6D543) is known color: Conifer. HEX triplet: B6, D5 and 43. RGB value is (182,213,67). Sum of RGB (Red+Green+Blue) = 182+213+67=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 67 (26.56% from 255 or 14.50% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D543 is #492ABC. Grayscale: #BBBBBB. Windows color (decimal): -4795069 or 4445622. OLE color: 4445622.
HSL color Cylindrical-coordinate representation of color #B6D543: hue angle of 72.74º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6D543 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 213 | 67 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.16 |
| HSL | 72.74º | 0.63% | 0.55% | - |
| HSV(B) | 72.74º | 0.69% | 0.84% | - |
| XYZ | 44.1 | 57.94 | 14.17 | - |
| YUV | 187.09 | 60.23 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 213 | 67 | 0.15 | 0 | 0.69 | 0.16 | 72.74 | 0.63 | 0.55 |
| Hex | B6 | D5 | 43 | F | 0 | 45 | 10 | 49 | 3F | 37 |
| Octal | 266 | 325 | 103 | 17 | 0 | 105 | 20 | 111 | 77 | 67 |
| Binary | 10110110 | 11010101 | 1000011 | 1111 | 0 | 1000101 | 10000 | 1001001 | 111111 | 110111 |
Color Harmonies of #B6D543
Complementary color
Monochromatic Colors of #B6D543
Black with #B6D543
Text Example
Text Example
White with #B6D543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D543; }
p { color: rgb(182,213,67); }
H1.HeaderClassName
{
color: #B6D543;
}
.AnyTagClassName
{
color: #B6D543;
}
</style>
background-color css
<style>
a { background-color: #B6D543; }
a { background-color: rgb(182,213,67); }
div.DivClassName
{
background-color: #B6D543;
}
.BgClassName
{
background-color: #B6D543;
}
</style>
border-color css
<style>
span { border-color: #B6D543; }
span { border-color: rgb(182,213,67); }
td.TdClassName
{
border-color: #B6D543;
}
.TagClassName
{
border-color: #B6D543;
}
</style>