Shades of Conifer #B4DA6C
Tints of Conifer #B4DA6C
RGB
CMYK
RGB Variations
Color information
#B4DA6C (or 0xB4DA6C) is known color: Conifer. HEX triplet: B4, DA and 6C. RGB value is (180,218,108). Sum of RGB (Red+Green+Blue) = 180+218+108=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DA6C is #4B2593. Grayscale: #C2C2C2. Windows color (decimal): -4924820 or 7133876. OLE color: 7133876.
HSL color Cylindrical-coordinate representation of color #B4DA6C: hue angle of 80.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4DA6C is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 218 | 108 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.15 |
| HSL | 80.73º | 0.6% | 0.64% | - |
| HSV(B) | 80.73º | 0.5% | 0.85% | - |
| XYZ | 46.6 | 60.93 | 23.49 | - |
| YUV | 194.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 218 | 108 | 0.17 | 0 | 0.50 | 0.15 | 80.73 | 0.6 | 0.64 |
| Hex | B4 | DA | 6C | 11 | 0 | 32 | F | 51 | 3C | 40 |
| Octal | 264 | 332 | 154 | 21 | 0 | 62 | 17 | 121 | 74 | 100 |
| Binary | 10110100 | 11011010 | 1101100 | 10001 | 0 | 110010 | 1111 | 1010001 | 111100 | 1000000 |
Color Harmonies of #B4DA6C
Complementary color
Monochromatic Colors of #B4DA6C
Black with #B4DA6C
Text Example
Text Example
White with #B4DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DA6C; }
p { color: rgb(180,218,108); }
H1.HeaderClassName
{
color: #B4DA6C;
}
.AnyTagClassName
{
color: #B4DA6C;
}
</style>
background-color css
<style>
a { background-color: #B4DA6C; }
a { background-color: rgb(180,218,108); }
div.DivClassName
{
background-color: #B4DA6C;
}
.BgClassName
{
background-color: #B4DA6C;
}
</style>
border-color css
<style>
span { border-color: #B4DA6C; }
span { border-color: rgb(180,218,108); }
td.TdClassName
{
border-color: #B4DA6C;
}
.TagClassName
{
border-color: #B4DA6C;
}
</style>