Shades of Conifer #BBE546
Tints of Conifer #BBE546
RGB
CMYK
RGB Variations
Color information
#BBE546 (or 0xBBE546) is known color: Conifer. HEX triplet: BB, E5 and 46. RGB value is (187,229,70). Sum of RGB (Red+Green+Blue) = 187+229+70=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE546 is #441AB9. Grayscale: #C6C6C6. Windows color (decimal): -4463290 or 4646331. OLE color: 4646331.
HSL color Cylindrical-coordinate representation of color #BBE546: hue angle of 75.85º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBE546 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 70 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.10 |
| HSL | 75.85º | 0.75% | 0.59% | - |
| HSV(B) | 75.85º | 0.69% | 0.9% | - |
| XYZ | 49.62 | 67.05 | 16.12 | - |
| YUV | 198.32 | 55.59 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 70 | 0.18 | 0 | 0.69 | 0.10 | 75.85 | 0.75 | 0.59 |
| Hex | BB | E5 | 46 | 12 | 0 | 45 | A | 4C | 4B | 3B |
| Octal | 273 | 345 | 106 | 22 | 0 | 105 | 12 | 114 | 113 | 73 |
| Binary | 10111011 | 11100101 | 1000110 | 10010 | 0 | 1000101 | 1010 | 1001100 | 1001011 | 111011 |
Color Harmonies of #BBE546
Complementary color
Monochromatic Colors of #BBE546
Black with #BBE546
Text Example
Text Example
White with #BBE546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE546; }
p { color: rgb(187,229,70); }
H1.HeaderClassName
{
color: #BBE546;
}
.AnyTagClassName
{
color: #BBE546;
}
</style>
background-color css
<style>
a { background-color: #BBE546; }
a { background-color: rgb(187,229,70); }
div.DivClassName
{
background-color: #BBE546;
}
.BgClassName
{
background-color: #BBE546;
}
</style>
border-color css
<style>
span { border-color: #BBE546; }
span { border-color: rgb(187,229,70); }
td.TdClassName
{
border-color: #BBE546;
}
.TagClassName
{
border-color: #BBE546;
}
</style>