Shades of Conifer #BBE35B
Tints of Conifer #BBE35B
RGB
CMYK
RGB Variations
Color information
#BBE35B (or 0xBBE35B) is known color: Conifer. HEX triplet: BB, E3 and 5B. RGB value is (187,227,91). Sum of RGB (Red+Green+Blue) = 187+227+91=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE35B is #441CA4. Grayscale: #C8C8C8. Windows color (decimal): -4463781 or 6022075. OLE color: 6022075.
HSL color Cylindrical-coordinate representation of color #BBE35B: hue angle of 77.65º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBE35B is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 91 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.11 |
| HSL | 77.65º | 0.71% | 0.62% | - |
| HSV(B) | 77.65º | 0.6% | 0.89% | - |
| XYZ | 49.85 | 66.26 | 20.06 | - |
| YUV | 199.54 | 66.75 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 91 | 0.18 | 0 | 0.60 | 0.11 | 77.65 | 0.71 | 0.62 |
| Hex | BB | E3 | 5B | 12 | 0 | 3C | B | 4E | 47 | 3E |
| Octal | 273 | 343 | 133 | 22 | 0 | 74 | 13 | 116 | 107 | 76 |
| Binary | 10111011 | 11100011 | 1011011 | 10010 | 0 | 111100 | 1011 | 1001110 | 1000111 | 111110 |
Color Harmonies of #BBE35B
Complementary color
Monochromatic Colors of #BBE35B
Black with #BBE35B
Text Example
Text Example
White with #BBE35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE35B; }
p { color: rgb(187,227,91); }
H1.HeaderClassName
{
color: #BBE35B;
}
.AnyTagClassName
{
color: #BBE35B;
}
</style>
background-color css
<style>
a { background-color: #BBE35B; }
a { background-color: rgb(187,227,91); }
div.DivClassName
{
background-color: #BBE35B;
}
.BgClassName
{
background-color: #BBE35B;
}
</style>
border-color css
<style>
span { border-color: #BBE35B; }
span { border-color: rgb(187,227,91); }
td.TdClassName
{
border-color: #BBE35B;
}
.TagClassName
{
border-color: #BBE35B;
}
</style>