Shades of Conifer #BBE34D
Tints of Conifer #BBE34D
RGB
CMYK
RGB Variations
Color information
#BBE34D (or 0xBBE34D) is known color: Conifer. HEX triplet: BB, E3 and 4D. RGB value is (187,227,77). Sum of RGB (Red+Green+Blue) = 187+227+77=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE34D is #441CB2. Grayscale: #C6C6C6. Windows color (decimal): -4463795 or 5104571. OLE color: 5104571.
HSL color Cylindrical-coordinate representation of color #BBE34D: hue angle of 76º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBE34D is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 77 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.11 |
| HSL | 76º | 0.73% | 0.6% | - |
| HSV(B) | 76º | 0.66% | 0.89% | - |
| XYZ | 49.3 | 66.04 | 17.17 | - |
| YUV | 197.94 | 59.75 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 77 | 0.18 | 0 | 0.66 | 0.11 | 76 | 0.73 | 0.6 |
| Hex | BB | E3 | 4D | 12 | 0 | 42 | B | 4C | 49 | 3C |
| Octal | 273 | 343 | 115 | 22 | 0 | 102 | 13 | 114 | 111 | 74 |
| Binary | 10111011 | 11100011 | 1001101 | 10010 | 0 | 1000010 | 1011 | 1001100 | 1001001 | 111100 |
Color Harmonies of #BBE34D
Complementary color
Monochromatic Colors of #BBE34D
Black with #BBE34D
Text Example
Text Example
White with #BBE34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE34D; }
p { color: rgb(187,227,77); }
H1.HeaderClassName
{
color: #BBE34D;
}
.AnyTagClassName
{
color: #BBE34D;
}
</style>
background-color css
<style>
a { background-color: #BBE34D; }
a { background-color: rgb(187,227,77); }
div.DivClassName
{
background-color: #BBE34D;
}
.BgClassName
{
background-color: #BBE34D;
}
</style>
border-color css
<style>
span { border-color: #BBE34D; }
span { border-color: rgb(187,227,77); }
td.TdClassName
{
border-color: #BBE34D;
}
.TagClassName
{
border-color: #BBE34D;
}
</style>