Shades of Conifer #B4D567
Tints of Conifer #B4D567
RGB
CMYK
RGB Variations
Color information
#B4D567 (or 0xB4D567) is known color: Conifer. HEX triplet: B4, D5 and 67. RGB value is (180,213,103). Sum of RGB (Red+Green+Blue) = 180+213+103=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D567 is #4B2A98. Grayscale: #BFBFBF. Windows color (decimal): -4926105 or 6804916. OLE color: 6804916.
HSL color Cylindrical-coordinate representation of color #B4D567: hue angle of 78º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4D567 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 103 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.16 |
| HSL | 78º | 0.57% | 0.62% | - |
| HSV(B) | 78º | 0.52% | 0.84% | - |
| XYZ | 45.06 | 58.27 | 21.7 | - |
| YUV | 190.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 103 | 0.15 | 0 | 0.52 | 0.16 | 78 | 0.57 | 0.62 |
| Hex | B4 | D5 | 67 | F | 0 | 34 | 10 | 4E | 39 | 3E |
| Octal | 264 | 325 | 147 | 17 | 0 | 64 | 20 | 116 | 71 | 76 |
| Binary | 10110100 | 11010101 | 1100111 | 1111 | 0 | 110100 | 10000 | 1001110 | 111001 | 111110 |
Color Harmonies of #B4D567
Complementary color
Monochromatic Colors of #B4D567
Black with #B4D567
Text Example
Text Example
White with #B4D567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D567; }
p { color: rgb(180,213,103); }
H1.HeaderClassName
{
color: #B4D567;
}
.AnyTagClassName
{
color: #B4D567;
}
</style>
background-color css
<style>
a { background-color: #B4D567; }
a { background-color: rgb(180,213,103); }
div.DivClassName
{
background-color: #B4D567;
}
.BgClassName
{
background-color: #B4D567;
}
</style>
border-color css
<style>
span { border-color: #B4D567; }
span { border-color: rgb(180,213,103); }
td.TdClassName
{
border-color: #B4D567;
}
.TagClassName
{
border-color: #B4D567;
}
</style>