Shades of Conifer #B4D153
Tints of Conifer #B4D153
RGB
CMYK
RGB Variations
Color information
#B4D153 (or 0xB4D153) is known color: Conifer. HEX triplet: B4, D1 and 53. RGB value is (180,209,83). Sum of RGB (Red+Green+Blue) = 180+209+83=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D153 is #4B2EAC. Grayscale: #BABABA. Windows color (decimal): -4927149 or 5493172. OLE color: 5493172.
HSL color Cylindrical-coordinate representation of color #B4D153: hue angle of 73.81º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4D153 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 83 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.18 |
| HSL | 73.81º | 0.58% | 0.57% | - |
| HSV(B) | 73.81º | 0.6% | 0.82% | - |
| XYZ | 43.18 | 55.93 | 16.7 | - |
| YUV | 185.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 83 | 0.14 | 0 | 0.60 | 0.18 | 73.81 | 0.58 | 0.57 |
| Hex | B4 | D1 | 53 | E | 0 | 3C | 12 | 4A | 3A | 39 |
| Octal | 264 | 321 | 123 | 16 | 0 | 74 | 22 | 112 | 72 | 71 |
| Binary | 10110100 | 11010001 | 1010011 | 1110 | 0 | 111100 | 10010 | 1001010 | 111010 | 111001 |
Color Harmonies of #B4D153
Complementary color
Monochromatic Colors of #B4D153
Black with #B4D153
Text Example
Text Example
White with #B4D153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D153; }
p { color: rgb(180,209,83); }
H1.HeaderClassName
{
color: #B4D153;
}
.AnyTagClassName
{
color: #B4D153;
}
</style>
background-color css
<style>
a { background-color: #B4D153; }
a { background-color: rgb(180,209,83); }
div.DivClassName
{
background-color: #B4D153;
}
.BgClassName
{
background-color: #B4D153;
}
</style>
border-color css
<style>
span { border-color: #B4D153; }
span { border-color: rgb(180,209,83); }
td.TdClassName
{
border-color: #B4D153;
}
.TagClassName
{
border-color: #B4D153;
}
</style>