Shades of Conifer #BBDD53
Tints of Conifer #BBDD53
RGB
CMYK
RGB Variations
Color information
#BBDD53 (or 0xBBDD53) is known color: Conifer. HEX triplet: BB, DD and 53. RGB value is (187,221,83). Sum of RGB (Red+Green+Blue) = 187+221+83=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD53 is #4422AC. Grayscale: #C3C3C3. Windows color (decimal): -4465325 or 5496251. OLE color: 5496251.
HSL color Cylindrical-coordinate representation of color #BBDD53: hue angle of 74.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBDD53 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 83 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.13 |
| HSL | 74.78º | 0.67% | 0.6% | - |
| HSV(B) | 74.78º | 0.62% | 0.87% | - |
| XYZ | 47.91 | 62.9 | 17.8 | - |
| YUV | 195.1 | 64.74 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 83 | 0.15 | 0 | 0.62 | 0.13 | 74.78 | 0.67 | 0.6 |
| Hex | BB | DD | 53 | F | 0 | 3E | D | 4B | 43 | 3C |
| Octal | 273 | 335 | 123 | 17 | 0 | 76 | 15 | 113 | 103 | 74 |
| Binary | 10111011 | 11011101 | 1010011 | 1111 | 0 | 111110 | 1101 | 1001011 | 1000011 | 111100 |
Color Harmonies of #BBDD53
Complementary color
Monochromatic Colors of #BBDD53
Black with #BBDD53
Text Example
Text Example
White with #BBDD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD53; }
p { color: rgb(187,221,83); }
H1.HeaderClassName
{
color: #BBDD53;
}
.AnyTagClassName
{
color: #BBDD53;
}
</style>
background-color css
<style>
a { background-color: #BBDD53; }
a { background-color: rgb(187,221,83); }
div.DivClassName
{
background-color: #BBDD53;
}
.BgClassName
{
background-color: #BBDD53;
}
</style>
border-color css
<style>
span { border-color: #BBDD53; }
span { border-color: rgb(187,221,83); }
td.TdClassName
{
border-color: #BBDD53;
}
.TagClassName
{
border-color: #BBDD53;
}
</style>