Shades of Conifer #B9DD43
Tints of Conifer #B9DD43
RGB
CMYK
RGB Variations
Color information
#B9DD43 (or 0xB9DD43) is known color: Conifer. HEX triplet: B9, DD and 43. RGB value is (185,221,67). Sum of RGB (Red+Green+Blue) = 185+221+67=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 67 (26.56% from 255 or 14.16% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DD43 is #4622BC. Grayscale: #C1C1C1. Windows color (decimal): -4596413 or 4447673. OLE color: 4447673.
HSL color Cylindrical-coordinate representation of color #B9DD43: hue angle of 74.03º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9DD43 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 67 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.13 |
| HSL | 74.03º | 0.69% | 0.56% | - |
| HSV(B) | 74.03º | 0.7% | 0.87% | - |
| XYZ | 46.88 | 62.43 | 14.89 | - |
| YUV | 192.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 67 | 0.16 | 0 | 0.70 | 0.13 | 74.03 | 0.69 | 0.56 |
| Hex | B9 | DD | 43 | 10 | 0 | 46 | D | 4A | 45 | 38 |
| Octal | 271 | 335 | 103 | 20 | 0 | 106 | 15 | 112 | 105 | 70 |
| Binary | 10111001 | 11011101 | 1000011 | 10000 | 0 | 1000110 | 1101 | 1001010 | 1000101 | 111000 |
Color Harmonies of #B9DD43
Complementary color
Monochromatic Colors of #B9DD43
Black with #B9DD43
Text Example
Text Example
White with #B9DD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD43; }
p { color: rgb(185,221,67); }
H1.HeaderClassName
{
color: #B9DD43;
}
.AnyTagClassName
{
color: #B9DD43;
}
</style>
background-color css
<style>
a { background-color: #B9DD43; }
a { background-color: rgb(185,221,67); }
div.DivClassName
{
background-color: #B9DD43;
}
.BgClassName
{
background-color: #B9DD43;
}
</style>
border-color css
<style>
span { border-color: #B9DD43; }
span { border-color: rgb(185,221,67); }
td.TdClassName
{
border-color: #B9DD43;
}
.TagClassName
{
border-color: #B9DD43;
}
</style>