Shades of Conifer #BBE649
Tints of Conifer #BBE649
RGB
CMYK
RGB Variations
Color information
#BBE649 (or 0xBBE649) is known color: Conifer. HEX triplet: BB, E6 and 49. RGB value is (187,230,73). Sum of RGB (Red+Green+Blue) = 187+230+73=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE649 is #4419B6. Grayscale: #C7C7C7. Windows color (decimal): -4463031 or 4843195. OLE color: 4843195.
HSL color Cylindrical-coordinate representation of color #BBE649: hue angle of 76.43º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBE649 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 73 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.10 |
| HSL | 76.43º | 0.76% | 0.59% | - |
| HSV(B) | 76.43º | 0.68% | 0.9% | - |
| XYZ | 49.99 | 67.64 | 16.72 | - |
| YUV | 199.25 | 56.75 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 73 | 0.19 | 0 | 0.68 | 0.10 | 76.43 | 0.76 | 0.59 |
| Hex | BB | E6 | 49 | 13 | 0 | 44 | A | 4C | 4C | 3B |
| Octal | 273 | 346 | 111 | 23 | 0 | 104 | 12 | 114 | 114 | 73 |
| Binary | 10111011 | 11100110 | 1001001 | 10011 | 0 | 1000100 | 1010 | 1001100 | 1001100 | 111011 |
Color Harmonies of #BBE649
Complementary color
Monochromatic Colors of #BBE649
Black with #BBE649
Text Example
Text Example
White with #BBE649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE649; }
p { color: rgb(187,230,73); }
H1.HeaderClassName
{
color: #BBE649;
}
.AnyTagClassName
{
color: #BBE649;
}
</style>
background-color css
<style>
a { background-color: #BBE649; }
a { background-color: rgb(187,230,73); }
div.DivClassName
{
background-color: #BBE649;
}
.BgClassName
{
background-color: #BBE649;
}
</style>
border-color css
<style>
span { border-color: #BBE649; }
span { border-color: rgb(187,230,73); }
td.TdClassName
{
border-color: #BBE649;
}
.TagClassName
{
border-color: #BBE649;
}
</style>