Shades of Conifer #BBE652
Tints of Conifer #BBE652
RGB
CMYK
RGB Variations
Color information
#BBE652 (or 0xBBE652) is known color: Conifer. HEX triplet: BB, E6 and 52. RGB value is (187,230,82). Sum of RGB (Red+Green+Blue) = 187+230+82=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE652 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE652 is #4419AD. Grayscale: #C8C8C8. Windows color (decimal): -4463022 or 5433019. OLE color: 5433019.
HSL color Cylindrical-coordinate representation of color #BBE652: hue angle of 77.43º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBE652 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 82 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.10 |
| HSL | 77.43º | 0.75% | 0.61% | - |
| HSV(B) | 77.43º | 0.64% | 0.9% | - |
| XYZ | 50.31 | 67.77 | 18.41 | - |
| YUV | 200.27 | 61.25 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 82 | 0.19 | 0 | 0.64 | 0.10 | 77.43 | 0.75 | 0.61 |
| Hex | BB | E6 | 52 | 13 | 0 | 40 | A | 4D | 4B | 3D |
| Octal | 273 | 346 | 122 | 23 | 0 | 100 | 12 | 115 | 113 | 75 |
| Binary | 10111011 | 11100110 | 1010010 | 10011 | 0 | 1000000 | 1010 | 1001101 | 1001011 | 111101 |
Color Harmonies of #BBE652
Complementary color
Monochromatic Colors of #BBE652
Black with #BBE652
Text Example
Text Example
White with #BBE652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE652; }
p { color: rgb(187,230,82); }
H1.HeaderClassName
{
color: #BBE652;
}
.AnyTagClassName
{
color: #BBE652;
}
</style>
background-color css
<style>
a { background-color: #BBE652; }
a { background-color: rgb(187,230,82); }
div.DivClassName
{
background-color: #BBE652;
}
.BgClassName
{
background-color: #BBE652;
}
</style>
border-color css
<style>
span { border-color: #BBE652; }
span { border-color: rgb(187,230,82); }
td.TdClassName
{
border-color: #BBE652;
}
.TagClassName
{
border-color: #BBE652;
}
</style>