Shades of Conifer #BBD554
Tints of Conifer #BBD554
RGB
CMYK
RGB Variations
Color information
#BBD554 (or 0xBBD554) is known color: Conifer. HEX triplet: BB, D5 and 54. RGB value is (187,213,84). Sum of RGB (Red+Green+Blue) = 187+213+84=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD554 is #442AAB. Grayscale: #BFBFBF. Windows color (decimal): -4467372 or 5559739. OLE color: 5559739.
HSL color Cylindrical-coordinate representation of color #BBD554: hue angle of 72.09º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBD554 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 84 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.16 |
| HSL | 72.09º | 0.61% | 0.58% | - |
| HSV(B) | 72.09º | 0.61% | 0.84% | - |
| XYZ | 45.89 | 58.79 | 17.32 | - |
| YUV | 190.52 | 67.89 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 84 | 0.12 | 0 | 0.61 | 0.16 | 72.09 | 0.61 | 0.58 |
| Hex | BB | D5 | 54 | C | 0 | 3D | 10 | 48 | 3D | 3A |
| Octal | 273 | 325 | 124 | 14 | 0 | 75 | 20 | 110 | 75 | 72 |
| Binary | 10111011 | 11010101 | 1010100 | 1100 | 0 | 111101 | 10000 | 1001000 | 111101 | 111010 |
Color Harmonies of #BBD554
Complementary color
Monochromatic Colors of #BBD554
Black with #BBD554
Text Example
Text Example
White with #BBD554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD554; }
p { color: rgb(187,213,84); }
H1.HeaderClassName
{
color: #BBD554;
}
.AnyTagClassName
{
color: #BBD554;
}
</style>
background-color css
<style>
a { background-color: #BBD554; }
a { background-color: rgb(187,213,84); }
div.DivClassName
{
background-color: #BBD554;
}
.BgClassName
{
background-color: #BBD554;
}
</style>
border-color css
<style>
span { border-color: #BBD554; }
span { border-color: rgb(187,213,84); }
td.TdClassName
{
border-color: #BBD554;
}
.TagClassName
{
border-color: #BBD554;
}
</style>