Shades of Conifer #BBEE55
Tints of Conifer #BBEE55
RGB
CMYK
RGB Variations
Color information
#BBEE55 (or 0xBBEE55) is known color: Conifer. HEX triplet: BB, EE and 55. RGB value is (187,238,85). Sum of RGB (Red+Green+Blue) = 187+238+85=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEE55 is #4411AA. Grayscale: #CDCDCD. Windows color (decimal): -4460971 or 5631675. OLE color: 5631675.
HSL color Cylindrical-coordinate representation of color #BBEE55: hue angle of 80º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBEE55 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 85 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.07 |
| HSL | 80º | 0.82% | 0.63% | - |
| HSV(B) | 80º | 0.64% | 0.93% | - |
| XYZ | 52.71 | 72.37 | 19.79 | - |
| YUV | 205.31 | 60.1 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 85 | 0.21 | 0 | 0.64 | 0.07 | 80 | 0.82 | 0.63 |
| Hex | BB | EE | 55 | 15 | 0 | 40 | 7 | 50 | 52 | 3F |
| Octal | 273 | 356 | 125 | 25 | 0 | 100 | 7 | 120 | 122 | 77 |
| Binary | 10111011 | 11101110 | 1010101 | 10101 | 0 | 1000000 | 111 | 1010000 | 1010010 | 111111 |
Color Harmonies of #BBEE55
Complementary color
Monochromatic Colors of #BBEE55
Black with #BBEE55
Text Example
Text Example
White with #BBEE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEE55; }
p { color: rgb(187,238,85); }
H1.HeaderClassName
{
color: #BBEE55;
}
.AnyTagClassName
{
color: #BBEE55;
}
</style>
background-color css
<style>
a { background-color: #BBEE55; }
a { background-color: rgb(187,238,85); }
div.DivClassName
{
background-color: #BBEE55;
}
.BgClassName
{
background-color: #BBEE55;
}
</style>
border-color css
<style>
span { border-color: #BBEE55; }
span { border-color: rgb(187,238,85); }
td.TdClassName
{
border-color: #BBEE55;
}
.TagClassName
{
border-color: #BBEE55;
}
</style>