Shades of Conifer #B4D552
Tints of Conifer #B4D552
RGB
CMYK
RGB Variations
Color information
#B4D552 (or 0xB4D552) is known color: Conifer. HEX triplet: B4, D5 and 52. RGB value is (180,213,82). Sum of RGB (Red+Green+Blue) = 180+213+82=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D552 is #4B2AAD. Grayscale: #BCBCBC. Windows color (decimal): -4926126 or 5428660. OLE color: 5428660.
HSL color Cylindrical-coordinate representation of color #B4D552: hue angle of 75.11º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4D552 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 82 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.16 |
| HSL | 75.11º | 0.61% | 0.58% | - |
| HSV(B) | 75.11º | 0.62% | 0.84% | - |
| XYZ | 44.14 | 57.9 | 16.83 | - |
| YUV | 188.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 82 | 0.15 | 0 | 0.62 | 0.16 | 75.11 | 0.61 | 0.58 |
| Hex | B4 | D5 | 52 | F | 0 | 3E | 10 | 4B | 3D | 3A |
| Octal | 264 | 325 | 122 | 17 | 0 | 76 | 20 | 113 | 75 | 72 |
| Binary | 10110100 | 11010101 | 1010010 | 1111 | 0 | 111110 | 10000 | 1001011 | 111101 | 111010 |
Color Harmonies of #B4D552
Complementary color
Monochromatic Colors of #B4D552
Black with #B4D552
Text Example
Text Example
White with #B4D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D552; }
p { color: rgb(180,213,82); }
H1.HeaderClassName
{
color: #B4D552;
}
.AnyTagClassName
{
color: #B4D552;
}
</style>
background-color css
<style>
a { background-color: #B4D552; }
a { background-color: rgb(180,213,82); }
div.DivClassName
{
background-color: #B4D552;
}
.BgClassName
{
background-color: #B4D552;
}
</style>
border-color css
<style>
span { border-color: #B4D552; }
span { border-color: rgb(180,213,82); }
td.TdClassName
{
border-color: #B4D552;
}
.TagClassName
{
border-color: #B4D552;
}
</style>