Shades of Conifer #BBE34B
Tints of Conifer #BBE34B
RGB
CMYK
RGB Variations
Color information
#BBE34B (or 0xBBE34B) is known color: Conifer. HEX triplet: BB, E3 and 4B. RGB value is (187,227,75). Sum of RGB (Red+Green+Blue) = 187+227+75=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE34B is #441CB4. Grayscale: #C6C6C6. Windows color (decimal): -4463797 or 4973499. OLE color: 4973499.
HSL color Cylindrical-coordinate representation of color #BBE34B: hue angle of 75.79º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBE34B is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 75 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.11 |
| HSL | 75.79º | 0.73% | 0.59% | - |
| HSV(B) | 75.79º | 0.67% | 0.89% | - |
| XYZ | 49.23 | 66.01 | 16.8 | - |
| YUV | 197.71 | 58.75 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 75 | 0.18 | 0 | 0.67 | 0.11 | 75.79 | 0.73 | 0.59 |
| Hex | BB | E3 | 4B | 12 | 0 | 43 | B | 4C | 49 | 3B |
| Octal | 273 | 343 | 113 | 22 | 0 | 103 | 13 | 114 | 111 | 73 |
| Binary | 10111011 | 11100011 | 1001011 | 10010 | 0 | 1000011 | 1011 | 1001100 | 1001001 | 111011 |
Color Harmonies of #BBE34B
Complementary color
Monochromatic Colors of #BBE34B
Black with #BBE34B
Text Example
Text Example
White with #BBE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE34B; }
p { color: rgb(187,227,75); }
H1.HeaderClassName
{
color: #BBE34B;
}
.AnyTagClassName
{
color: #BBE34B;
}
</style>
background-color css
<style>
a { background-color: #BBE34B; }
a { background-color: rgb(187,227,75); }
div.DivClassName
{
background-color: #BBE34B;
}
.BgClassName
{
background-color: #BBE34B;
}
</style>
border-color css
<style>
span { border-color: #BBE34B; }
span { border-color: rgb(187,227,75); }
td.TdClassName
{
border-color: #BBE34B;
}
.TagClassName
{
border-color: #BBE34B;
}
</style>