Shades of Conifer #BBDC4C
Tints of Conifer #BBDC4C
RGB
CMYK
RGB Variations
Color information
#BBDC4C (or 0xBBDC4C) is known color: Conifer. HEX triplet: BB, DC and 4C. RGB value is (187,220,76). Sum of RGB (Red+Green+Blue) = 187+220+76=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC4C is #4423B3. Grayscale: #C2C2C2. Windows color (decimal): -4465588 or 5037243. OLE color: 5037243.
HSL color Cylindrical-coordinate representation of color #BBDC4C: hue angle of 73.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBDC4C is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 76 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.14 |
| HSL | 73.75º | 0.67% | 0.58% | - |
| HSV(B) | 73.75º | 0.65% | 0.86% | - |
| XYZ | 47.39 | 62.27 | 16.36 | - |
| YUV | 193.72 | 61.57 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 76 | 0.15 | 0 | 0.65 | 0.14 | 73.75 | 0.67 | 0.58 |
| Hex | BB | DC | 4C | F | 0 | 41 | E | 4A | 43 | 3A |
| Octal | 273 | 334 | 114 | 17 | 0 | 101 | 16 | 112 | 103 | 72 |
| Binary | 10111011 | 11011100 | 1001100 | 1111 | 0 | 1000001 | 1110 | 1001010 | 1000011 | 111010 |
Color Harmonies of #BBDC4C
Complementary color
Monochromatic Colors of #BBDC4C
Black with #BBDC4C
Text Example
Text Example
White with #BBDC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC4C; }
p { color: rgb(187,220,76); }
H1.HeaderClassName
{
color: #BBDC4C;
}
.AnyTagClassName
{
color: #BBDC4C;
}
</style>
background-color css
<style>
a { background-color: #BBDC4C; }
a { background-color: rgb(187,220,76); }
div.DivClassName
{
background-color: #BBDC4C;
}
.BgClassName
{
background-color: #BBDC4C;
}
</style>
border-color css
<style>
span { border-color: #BBDC4C; }
span { border-color: rgb(187,220,76); }
td.TdClassName
{
border-color: #BBDC4C;
}
.TagClassName
{
border-color: #BBDC4C;
}
</style>