Shades of Conifer #BBDC50
Tints of Conifer #BBDC50
RGB
CMYK
RGB Variations
Color information
#BBDC50 (or 0xBBDC50) is known color: Conifer. HEX triplet: BB, DC and 50. RGB value is (187,220,80). Sum of RGB (Red+Green+Blue) = 187+220+80=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC50 is #4423AF. Grayscale: #C2C2C2. Windows color (decimal): -4465584 or 5299387. OLE color: 5299387.
HSL color Cylindrical-coordinate representation of color #BBDC50: hue angle of 74.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBDC50 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 80 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.14 |
| HSL | 74.14º | 0.67% | 0.59% | - |
| HSV(B) | 74.14º | 0.64% | 0.86% | - |
| XYZ | 47.53 | 62.33 | 17.12 | - |
| YUV | 194.17 | 63.57 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 80 | 0.15 | 0 | 0.64 | 0.14 | 74.14 | 0.67 | 0.59 |
| Hex | BB | DC | 50 | F | 0 | 40 | E | 4A | 43 | 3B |
| Octal | 273 | 334 | 120 | 17 | 0 | 100 | 16 | 112 | 103 | 73 |
| Binary | 10111011 | 11011100 | 1010000 | 1111 | 0 | 1000000 | 1110 | 1001010 | 1000011 | 111011 |
Color Harmonies of #BBDC50
Complementary color
Monochromatic Colors of #BBDC50
Black with #BBDC50
Text Example
Text Example
White with #BBDC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC50; }
p { color: rgb(187,220,80); }
H1.HeaderClassName
{
color: #BBDC50;
}
.AnyTagClassName
{
color: #BBDC50;
}
</style>
background-color css
<style>
a { background-color: #BBDC50; }
a { background-color: rgb(187,220,80); }
div.DivClassName
{
background-color: #BBDC50;
}
.BgClassName
{
background-color: #BBDC50;
}
</style>
border-color css
<style>
span { border-color: #BBDC50; }
span { border-color: rgb(187,220,80); }
td.TdClassName
{
border-color: #BBDC50;
}
.TagClassName
{
border-color: #BBDC50;
}
</style>