Shades of Conifer #BBDD57
Tints of Conifer #BBDD57
RGB
CMYK
RGB Variations
Color information
#BBDD57 (or 0xBBDD57) is known color: Conifer. HEX triplet: BB, DD and 57. RGB value is (187,221,87). Sum of RGB (Red+Green+Blue) = 187+221+87=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD57 is #4422A8. Grayscale: #C4C4C4. Windows color (decimal): -4465321 or 5758395. OLE color: 5758395.
HSL color Cylindrical-coordinate representation of color #BBDD57: hue angle of 75.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBDD57 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 87 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.13 |
| HSL | 75.22º | 0.66% | 0.6% | - |
| HSV(B) | 75.22º | 0.61% | 0.87% | - |
| XYZ | 48.07 | 62.97 | 18.64 | - |
| YUV | 195.56 | 66.74 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 87 | 0.15 | 0 | 0.61 | 0.13 | 75.22 | 0.66 | 0.6 |
| Hex | BB | DD | 57 | F | 0 | 3D | D | 4B | 42 | 3C |
| Octal | 273 | 335 | 127 | 17 | 0 | 75 | 15 | 113 | 102 | 74 |
| Binary | 10111011 | 11011101 | 1010111 | 1111 | 0 | 111101 | 1101 | 1001011 | 1000010 | 111100 |
Color Harmonies of #BBDD57
Complementary color
Monochromatic Colors of #BBDD57
Black with #BBDD57
Text Example
Text Example
White with #BBDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD57; }
p { color: rgb(187,221,87); }
H1.HeaderClassName
{
color: #BBDD57;
}
.AnyTagClassName
{
color: #BBDD57;
}
</style>
background-color css
<style>
a { background-color: #BBDD57; }
a { background-color: rgb(187,221,87); }
div.DivClassName
{
background-color: #BBDD57;
}
.BgClassName
{
background-color: #BBDD57;
}
</style>
border-color css
<style>
span { border-color: #BBDD57; }
span { border-color: rgb(187,221,87); }
td.TdClassName
{
border-color: #BBDD57;
}
.TagClassName
{
border-color: #BBDD57;
}
</style>