Shades of Conifer #B8D54C
Tints of Conifer #B8D54C
RGB
CMYK
RGB Variations
Color information
#B8D54C (or 0xB8D54C) is known color: Conifer. HEX triplet: B8, D5 and 4C. RGB value is (184,213,76). Sum of RGB (Red+Green+Blue) = 184+213+76=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D54C is #472AB3. Grayscale: #BDBDBD. Windows color (decimal): -4663988 or 5035448. OLE color: 5035448.
HSL color Cylindrical-coordinate representation of color #B8D54C: hue angle of 72.7º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8D54C is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 76 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.16 |
| HSL | 72.7º | 0.62% | 0.57% | - |
| HSV(B) | 72.7º | 0.64% | 0.84% | - |
| XYZ | 44.87 | 58.3 | 15.73 | - |
| YUV | 188.71 | 64.39 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 76 | 0.14 | 0 | 0.64 | 0.16 | 72.7 | 0.62 | 0.57 |
| Hex | B8 | D5 | 4C | E | 0 | 40 | 10 | 49 | 3E | 39 |
| Octal | 270 | 325 | 114 | 16 | 0 | 100 | 20 | 111 | 76 | 71 |
| Binary | 10111000 | 11010101 | 1001100 | 1110 | 0 | 1000000 | 10000 | 1001001 | 111110 | 111001 |
Color Harmonies of #B8D54C
Complementary color
Monochromatic Colors of #B8D54C
Black with #B8D54C
Text Example
Text Example
White with #B8D54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D54C; }
p { color: rgb(184,213,76); }
H1.HeaderClassName
{
color: #B8D54C;
}
.AnyTagClassName
{
color: #B8D54C;
}
</style>
background-color css
<style>
a { background-color: #B8D54C; }
a { background-color: rgb(184,213,76); }
div.DivClassName
{
background-color: #B8D54C;
}
.BgClassName
{
background-color: #B8D54C;
}
</style>
border-color css
<style>
span { border-color: #B8D54C; }
span { border-color: rgb(184,213,76); }
td.TdClassName
{
border-color: #B8D54C;
}
.TagClassName
{
border-color: #B8D54C;
}
</style>