Shades of Conifer #B8DC52
Tints of Conifer #B8DC52
RGB
CMYK
RGB Variations
Color information
#B8DC52 (or 0xB8DC52) is known color: Conifer. HEX triplet: B8, DC and 52. RGB value is (184,220,82). Sum of RGB (Red+Green+Blue) = 184+220+82=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC52 is #4723AD. Grayscale: #C2C2C2. Windows color (decimal): -4662190 or 5430456. OLE color: 5430456.
HSL color Cylindrical-coordinate representation of color #B8DC52: hue angle of 75.65º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8DC52 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 82 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.14 |
| HSL | 75.65º | 0.66% | 0.59% | - |
| HSV(B) | 75.65º | 0.63% | 0.86% | - |
| XYZ | 46.88 | 61.99 | 17.48 | - |
| YUV | 193.5 | 65.07 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 82 | 0.16 | 0 | 0.63 | 0.14 | 75.65 | 0.66 | 0.59 |
| Hex | B8 | DC | 52 | 10 | 0 | 3F | E | 4C | 42 | 3B |
| Octal | 270 | 334 | 122 | 20 | 0 | 77 | 16 | 114 | 102 | 73 |
| Binary | 10111000 | 11011100 | 1010010 | 10000 | 0 | 111111 | 1110 | 1001100 | 1000010 | 111011 |
Color Harmonies of #B8DC52
Complementary color
Monochromatic Colors of #B8DC52
Black with #B8DC52
Text Example
Text Example
White with #B8DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC52; }
p { color: rgb(184,220,82); }
H1.HeaderClassName
{
color: #B8DC52;
}
.AnyTagClassName
{
color: #B8DC52;
}
</style>
background-color css
<style>
a { background-color: #B8DC52; }
a { background-color: rgb(184,220,82); }
div.DivClassName
{
background-color: #B8DC52;
}
.BgClassName
{
background-color: #B8DC52;
}
</style>
border-color css
<style>
span { border-color: #B8DC52; }
span { border-color: rgb(184,220,82); }
td.TdClassName
{
border-color: #B8DC52;
}
.TagClassName
{
border-color: #B8DC52;
}
</style>