Shades of Conifer #BBDC4A
Tints of Conifer #BBDC4A
RGB
CMYK
RGB Variations
Color information
#BBDC4A (or 0xBBDC4A) is known color: Conifer. HEX triplet: BB, DC and 4A. RGB value is (187,220,74). Sum of RGB (Red+Green+Blue) = 187+220+74=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC4A is #4423B5. Grayscale: #C2C2C2. Windows color (decimal): -4465590 or 4906171. OLE color: 4906171.
HSL color Cylindrical-coordinate representation of color #BBDC4A: hue angle of 73.56º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBDC4A is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 74 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.14 |
| HSL | 73.56º | 0.68% | 0.58% | - |
| HSV(B) | 73.56º | 0.66% | 0.86% | - |
| XYZ | 47.32 | 62.25 | 16 | - |
| YUV | 193.49 | 60.57 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 74 | 0.15 | 0 | 0.66 | 0.14 | 73.56 | 0.68 | 0.58 |
| Hex | BB | DC | 4A | F | 0 | 42 | E | 4A | 44 | 3A |
| Octal | 273 | 334 | 112 | 17 | 0 | 102 | 16 | 112 | 104 | 72 |
| Binary | 10111011 | 11011100 | 1001010 | 1111 | 0 | 1000010 | 1110 | 1001010 | 1000100 | 111010 |
Color Harmonies of #BBDC4A
Complementary color
Monochromatic Colors of #BBDC4A
Black with #BBDC4A
Text Example
Text Example
White with #BBDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC4A; }
p { color: rgb(187,220,74); }
H1.HeaderClassName
{
color: #BBDC4A;
}
.AnyTagClassName
{
color: #BBDC4A;
}
</style>
background-color css
<style>
a { background-color: #BBDC4A; }
a { background-color: rgb(187,220,74); }
div.DivClassName
{
background-color: #BBDC4A;
}
.BgClassName
{
background-color: #BBDC4A;
}
</style>
border-color css
<style>
span { border-color: #BBDC4A; }
span { border-color: rgb(187,220,74); }
td.TdClassName
{
border-color: #BBDC4A;
}
.TagClassName
{
border-color: #BBDC4A;
}
</style>