Shades of Conifer #B4D652
Tints of Conifer #B4D652
RGB
CMYK
RGB Variations
Color information
#B4D652 (or 0xB4D652) is known color: Conifer. HEX triplet: B4, D6 and 52. RGB value is (180,214,82). Sum of RGB (Red+Green+Blue) = 180+214+82=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D652 is #4B29AD. Grayscale: #BDBDBD. Windows color (decimal): -4925870 or 5428916. OLE color: 5428916.
HSL color Cylindrical-coordinate representation of color #B4D652: hue angle of 75.45º degrees, saturation: 0.62, 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 #B4D652 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 82 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.16 |
| HSL | 75.45º | 0.62% | 0.58% | - |
| HSV(B) | 75.45º | 0.62% | 0.84% | - |
| XYZ | 44.39 | 58.41 | 16.92 | - |
| YUV | 188.79 | 67.74 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 82 | 0.16 | 0 | 0.62 | 0.16 | 75.45 | 0.62 | 0.58 |
| Hex | B4 | D6 | 52 | 10 | 0 | 3E | 10 | 4B | 3E | 3A |
| Octal | 264 | 326 | 122 | 20 | 0 | 76 | 20 | 113 | 76 | 72 |
| Binary | 10110100 | 11010110 | 1010010 | 10000 | 0 | 111110 | 10000 | 1001011 | 111110 | 111010 |
Color Harmonies of #B4D652
Complementary color
Monochromatic Colors of #B4D652
Black with #B4D652
Text Example
Text Example
White with #B4D652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D652; }
p { color: rgb(180,214,82); }
H1.HeaderClassName
{
color: #B4D652;
}
.AnyTagClassName
{
color: #B4D652;
}
</style>
background-color css
<style>
a { background-color: #B4D652; }
a { background-color: rgb(180,214,82); }
div.DivClassName
{
background-color: #B4D652;
}
.BgClassName
{
background-color: #B4D652;
}
</style>
border-color css
<style>
span { border-color: #B4D652; }
span { border-color: rgb(180,214,82); }
td.TdClassName
{
border-color: #B4D652;
}
.TagClassName
{
border-color: #B4D652;
}
</style>