Shades of Conifer #B4DC5A
Tints of Conifer #B4DC5A
RGB
CMYK
RGB Variations
Color information
#B4DC5A (or 0xB4DC5A) is known color: Conifer. HEX triplet: B4, DC and 5A. RGB value is (180,220,90). Sum of RGB (Red+Green+Blue) = 180+220+90=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DC5A is #4B23A5. Grayscale: #C1C1C1. Windows color (decimal): -4924326 or 5954740. OLE color: 5954740.
HSL color Cylindrical-coordinate representation of color #B4DC5A: hue angle of 78.46º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4DC5A is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 90 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.14 |
| HSL | 78.46º | 0.65% | 0.61% | - |
| HSV(B) | 78.46º | 0.59% | 0.86% | - |
| XYZ | 46.26 | 61.63 | 19.13 | - |
| YUV | 193.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 90 | 0.18 | 0 | 0.59 | 0.14 | 78.46 | 0.65 | 0.61 |
| Hex | B4 | DC | 5A | 12 | 0 | 3B | E | 4E | 41 | 3D |
| Octal | 264 | 334 | 132 | 22 | 0 | 73 | 16 | 116 | 101 | 75 |
| Binary | 10110100 | 11011100 | 1011010 | 10010 | 0 | 111011 | 1110 | 1001110 | 1000001 | 111101 |
Color Harmonies of #B4DC5A
Complementary color
Monochromatic Colors of #B4DC5A
Black with #B4DC5A
Text Example
Text Example
White with #B4DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DC5A; }
p { color: rgb(180,220,90); }
H1.HeaderClassName
{
color: #B4DC5A;
}
.AnyTagClassName
{
color: #B4DC5A;
}
</style>
background-color css
<style>
a { background-color: #B4DC5A; }
a { background-color: rgb(180,220,90); }
div.DivClassName
{
background-color: #B4DC5A;
}
.BgClassName
{
background-color: #B4DC5A;
}
</style>
border-color css
<style>
span { border-color: #B4DC5A; }
span { border-color: rgb(180,220,90); }
td.TdClassName
{
border-color: #B4DC5A;
}
.TagClassName
{
border-color: #B4DC5A;
}
</style>