Shades of Conifer #BBE352
Tints of Conifer #BBE352
RGB
CMYK
RGB Variations
Color information
#BBE352 (or 0xBBE352) is known color: Conifer. HEX triplet: BB, E3 and 52. RGB value is (187,227,82). Sum of RGB (Red+Green+Blue) = 187+227+82=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE352 is #441CAD. Grayscale: #C7C7C7. Windows color (decimal): -4463790 or 5432251. OLE color: 5432251.
HSL color Cylindrical-coordinate representation of color #BBE352: hue angle of 76.55º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBE352 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 82 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.11 |
| HSL | 76.55º | 0.72% | 0.61% | - |
| HSV(B) | 76.55º | 0.64% | 0.89% | - |
| XYZ | 49.49 | 66.11 | 18.14 | - |
| YUV | 198.51 | 62.25 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 82 | 0.18 | 0 | 0.64 | 0.11 | 76.55 | 0.72 | 0.61 |
| Hex | BB | E3 | 52 | 12 | 0 | 40 | B | 4D | 48 | 3D |
| Octal | 273 | 343 | 122 | 22 | 0 | 100 | 13 | 115 | 110 | 75 |
| Binary | 10111011 | 11100011 | 1010010 | 10010 | 0 | 1000000 | 1011 | 1001101 | 1001000 | 111101 |
Color Harmonies of #BBE352
Complementary color
Monochromatic Colors of #BBE352
Black with #BBE352
Text Example
Text Example
White with #BBE352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE352; }
p { color: rgb(187,227,82); }
H1.HeaderClassName
{
color: #BBE352;
}
.AnyTagClassName
{
color: #BBE352;
}
</style>
background-color css
<style>
a { background-color: #BBE352; }
a { background-color: rgb(187,227,82); }
div.DivClassName
{
background-color: #BBE352;
}
.BgClassName
{
background-color: #BBE352;
}
</style>
border-color css
<style>
span { border-color: #BBE352; }
span { border-color: rgb(187,227,82); }
td.TdClassName
{
border-color: #BBE352;
}
.TagClassName
{
border-color: #BBE352;
}
</style>