Shades of Conifer #B8DC53
Tints of Conifer #B8DC53
RGB
CMYK
RGB Variations
Color information
#B8DC53 (or 0xB8DC53) is known color: Conifer. HEX triplet: B8, DC and 53. RGB value is (184,220,83). Sum of RGB (Red+Green+Blue) = 184+220+83=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC53 is #4723AC. Grayscale: #C2C2C2. Windows color (decimal): -4662189 or 5495992. OLE color: 5495992.
HSL color Cylindrical-coordinate representation of color #B8DC53: hue angle of 75.77º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8DC53 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 83 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.14 |
| HSL | 75.77º | 0.66% | 0.59% | - |
| HSV(B) | 75.77º | 0.62% | 0.86% | - |
| XYZ | 46.92 | 62 | 17.68 | - |
| YUV | 193.62 | 65.57 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 83 | 0.16 | 0 | 0.62 | 0.14 | 75.77 | 0.66 | 0.59 |
| Hex | B8 | DC | 53 | 10 | 0 | 3E | E | 4C | 42 | 3B |
| Octal | 270 | 334 | 123 | 20 | 0 | 76 | 16 | 114 | 102 | 73 |
| Binary | 10111000 | 11011100 | 1010011 | 10000 | 0 | 111110 | 1110 | 1001100 | 1000010 | 111011 |
Color Harmonies of #B8DC53
Complementary color
Monochromatic Colors of #B8DC53
Black with #B8DC53
Text Example
Text Example
White with #B8DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC53; }
p { color: rgb(184,220,83); }
H1.HeaderClassName
{
color: #B8DC53;
}
.AnyTagClassName
{
color: #B8DC53;
}
</style>
background-color css
<style>
a { background-color: #B8DC53; }
a { background-color: rgb(184,220,83); }
div.DivClassName
{
background-color: #B8DC53;
}
.BgClassName
{
background-color: #B8DC53;
}
</style>
border-color css
<style>
span { border-color: #B8DC53; }
span { border-color: rgb(184,220,83); }
td.TdClassName
{
border-color: #B8DC53;
}
.TagClassName
{
border-color: #B8DC53;
}
</style>