Shades of Conifer #B4DC5D
Tints of Conifer #B4DC5D
RGB
CMYK
RGB Variations
Color information
#B4DC5D (or 0xB4DC5D) is known color: Conifer. HEX triplet: B4, DC and 5D. RGB value is (180,220,93). Sum of RGB (Red+Green+Blue) = 180+220+93=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DC5D is #4B23A2. Grayscale: #C2C2C2. Windows color (decimal): -4924323 or 6151348. OLE color: 6151348.
HSL color Cylindrical-coordinate representation of color #B4DC5D: hue angle of 78.9º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4DC5D is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 93 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.14 |
| HSL | 78.9º | 0.64% | 0.61% | - |
| HSV(B) | 78.9º | 0.58% | 0.86% | - |
| XYZ | 46.39 | 61.68 | 19.82 | - |
| YUV | 193.56 | 71.25 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 93 | 0.18 | 0 | 0.58 | 0.14 | 78.9 | 0.64 | 0.61 |
| Hex | B4 | DC | 5D | 12 | 0 | 3A | E | 4F | 40 | 3D |
| Octal | 264 | 334 | 135 | 22 | 0 | 72 | 16 | 117 | 100 | 75 |
| Binary | 10110100 | 11011100 | 1011101 | 10010 | 0 | 111010 | 1110 | 1001111 | 1000000 | 111101 |
Color Harmonies of #B4DC5D
Complementary color
Monochromatic Colors of #B4DC5D
Black with #B4DC5D
Text Example
Text Example
White with #B4DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DC5D; }
p { color: rgb(180,220,93); }
H1.HeaderClassName
{
color: #B4DC5D;
}
.AnyTagClassName
{
color: #B4DC5D;
}
</style>
background-color css
<style>
a { background-color: #B4DC5D; }
a { background-color: rgb(180,220,93); }
div.DivClassName
{
background-color: #B4DC5D;
}
.BgClassName
{
background-color: #B4DC5D;
}
</style>
border-color css
<style>
span { border-color: #B4DC5D; }
span { border-color: rgb(180,220,93); }
td.TdClassName
{
border-color: #B4DC5D;
}
.TagClassName
{
border-color: #B4DC5D;
}
</style>