Shades of Conifer #BBFF5C
Tints of Conifer #BBFF5C
RGB
CMYK
RGB Variations
Color information
#BBFF5C (or 0xBBFF5C) is known color: Conifer. HEX triplet: BB, FF and 5C. RGB value is (187,255,92). Sum of RGB (Red+Green+Blue) = 187+255+92=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF5C is #4400A3. Grayscale: #D8D8D8. Windows color (decimal): -4456612 or 6094779. OLE color: 6094779.
HSL color Cylindrical-coordinate representation of color #BBFF5C: hue angle of 85.03º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBFF5C is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 92 | - |
| CMYK | 0.27 | 0 | 0.64 | 0 |
| HSL | 85.03º | 1% | 0.68% | - |
| HSV(B) | 85.03º | 0.64% | 1% | - |
| XYZ | 58.19 | 82.86 | 23.05 | - |
| YUV | 216.09 | 57.97 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 92 | 0.27 | 0 | 0.64 | 0 | 85.03 | 1 | 0.68 |
| Hex | BB | FF | 5C | 1B | 0 | 40 | 0 | 55 | 64 | 44 |
| Octal | 273 | 377 | 134 | 33 | 0 | 100 | 0 | 125 | 144 | 104 |
| Binary | 10111011 | 11111111 | 1011100 | 11011 | 0 | 1000000 | 0 | 1010101 | 1100100 | 1000100 |
Color Harmonies of #BBFF5C
Complementary color
Monochromatic Colors of #BBFF5C
Black with #BBFF5C
Text Example
Text Example
White with #BBFF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF5C; }
p { color: rgb(187,255,92); }
H1.HeaderClassName
{
color: #BBFF5C;
}
.AnyTagClassName
{
color: #BBFF5C;
}
</style>
background-color css
<style>
a { background-color: #BBFF5C; }
a { background-color: rgb(187,255,92); }
div.DivClassName
{
background-color: #BBFF5C;
}
.BgClassName
{
background-color: #BBFF5C;
}
</style>
border-color css
<style>
span { border-color: #BBFF5C; }
span { border-color: rgb(187,255,92); }
td.TdClassName
{
border-color: #BBFF5C;
}
.TagClassName
{
border-color: #BBFF5C;
}
</style>