Shades of Conifer #B2D654
Tints of Conifer #B2D654
RGB
CMYK
RGB Variations
Color information
#B2D654 (or 0xB2D654) is known color: Conifer. HEX triplet: B2, D6 and 54. RGB value is (178,214,84). Sum of RGB (Red+Green+Blue) = 178+214+84=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D654 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D654 is #4D29AB. Grayscale: #BCBCBC. Windows color (decimal): -5056940 or 5559986. OLE color: 5559986.
HSL color Cylindrical-coordinate representation of color #B2D654: hue angle of 76.62º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2D654 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 84 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.16 |
| HSL | 76.62º | 0.61% | 0.58% | - |
| HSV(B) | 76.62º | 0.61% | 0.84% | - |
| XYZ | 44.01 | 58.2 | 17.3 | - |
| YUV | 188.42 | 69.07 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 84 | 0.17 | 0 | 0.61 | 0.16 | 76.62 | 0.61 | 0.58 |
| Hex | B2 | D6 | 54 | 11 | 0 | 3D | 10 | 4D | 3D | 3A |
| Octal | 262 | 326 | 124 | 21 | 0 | 75 | 20 | 115 | 75 | 72 |
| Binary | 10110010 | 11010110 | 1010100 | 10001 | 0 | 111101 | 10000 | 1001101 | 111101 | 111010 |
Color Harmonies of #B2D654
Complementary color
Monochromatic Colors of #B2D654
Black with #B2D654
Text Example
Text Example
White with #B2D654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D654; }
p { color: rgb(178,214,84); }
H1.HeaderClassName
{
color: #B2D654;
}
.AnyTagClassName
{
color: #B2D654;
}
</style>
background-color css
<style>
a { background-color: #B2D654; }
a { background-color: rgb(178,214,84); }
div.DivClassName
{
background-color: #B2D654;
}
.BgClassName
{
background-color: #B2D654;
}
</style>
border-color css
<style>
span { border-color: #B2D654; }
span { border-color: rgb(178,214,84); }
td.TdClassName
{
border-color: #B2D654;
}
.TagClassName
{
border-color: #B2D654;
}
</style>