Shades of Conifer #B9DB43
Tints of Conifer #B9DB43
RGB
CMYK
RGB Variations
Color information
#B9DB43 (or 0xB9DB43) is known color: Conifer. HEX triplet: B9, DB and 43. RGB value is (185,219,67). Sum of RGB (Red+Green+Blue) = 185+219+67=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 67 (26.56% from 255 or 14.23% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DB43 is #4624BC. Grayscale: #C0C0C0. Windows color (decimal): -4596925 or 4447161. OLE color: 4447161.
HSL color Cylindrical-coordinate representation of color #B9DB43: hue angle of 73.42º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9DB43 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 67 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.14 |
| HSL | 73.42º | 0.68% | 0.56% | - |
| HSV(B) | 73.42º | 0.69% | 0.86% | - |
| XYZ | 46.35 | 61.38 | 14.72 | - |
| YUV | 191.51 | 57.74 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 67 | 0.16 | 0 | 0.69 | 0.14 | 73.42 | 0.68 | 0.56 |
| Hex | B9 | DB | 43 | 10 | 0 | 45 | E | 49 | 44 | 38 |
| Octal | 271 | 333 | 103 | 20 | 0 | 105 | 16 | 111 | 104 | 70 |
| Binary | 10111001 | 11011011 | 1000011 | 10000 | 0 | 1000101 | 1110 | 1001001 | 1000100 | 111000 |
Color Harmonies of #B9DB43
Complementary color
Monochromatic Colors of #B9DB43
Black with #B9DB43
Text Example
Text Example
White with #B9DB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DB43; }
p { color: rgb(185,219,67); }
H1.HeaderClassName
{
color: #B9DB43;
}
.AnyTagClassName
{
color: #B9DB43;
}
</style>
background-color css
<style>
a { background-color: #B9DB43; }
a { background-color: rgb(185,219,67); }
div.DivClassName
{
background-color: #B9DB43;
}
.BgClassName
{
background-color: #B9DB43;
}
</style>
border-color css
<style>
span { border-color: #B9DB43; }
span { border-color: rgb(185,219,67); }
td.TdClassName
{
border-color: #B9DB43;
}
.TagClassName
{
border-color: #B9DB43;
}
</style>