Shades of Conifer #B8DC45
Tints of Conifer #B8DC45
RGB
CMYK
RGB Variations
Color information
#B8DC45 (or 0xB8DC45) is known color: Conifer. HEX triplet: B8, DC and 45. RGB value is (184,220,69). Sum of RGB (Red+Green+Blue) = 184+220+69=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DC45 is #4723BA. Grayscale: #C0C0C0. Windows color (decimal): -4662203 or 4578488. OLE color: 4578488.
HSL color Cylindrical-coordinate representation of color #B8DC45: hue angle of 74.3º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8DC45 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 69 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.14 |
| HSL | 74.3º | 0.68% | 0.57% | - |
| HSV(B) | 74.3º | 0.69% | 0.86% | - |
| XYZ | 46.43 | 61.81 | 15.11 | - |
| YUV | 192.02 | 58.57 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 69 | 0.16 | 0 | 0.69 | 0.14 | 74.3 | 0.68 | 0.57 |
| Hex | B8 | DC | 45 | 10 | 0 | 45 | E | 4A | 44 | 39 |
| Octal | 270 | 334 | 105 | 20 | 0 | 105 | 16 | 112 | 104 | 71 |
| Binary | 10111000 | 11011100 | 1000101 | 10000 | 0 | 1000101 | 1110 | 1001010 | 1000100 | 111001 |
Color Harmonies of #B8DC45
Complementary color
Monochromatic Colors of #B8DC45
Black with #B8DC45
Text Example
Text Example
White with #B8DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC45; }
p { color: rgb(184,220,69); }
H1.HeaderClassName
{
color: #B8DC45;
}
.AnyTagClassName
{
color: #B8DC45;
}
</style>
background-color css
<style>
a { background-color: #B8DC45; }
a { background-color: rgb(184,220,69); }
div.DivClassName
{
background-color: #B8DC45;
}
.BgClassName
{
background-color: #B8DC45;
}
</style>
border-color css
<style>
span { border-color: #B8DC45; }
span { border-color: rgb(184,220,69); }
td.TdClassName
{
border-color: #B8DC45;
}
.TagClassName
{
border-color: #B8DC45;
}
</style>