Shades of Conifer #BBE34A
Tints of Conifer #BBE34A
RGB
CMYK
RGB Variations
Color information
#BBE34A (or 0xBBE34A) is known color: Conifer. HEX triplet: BB, E3 and 4A. RGB value is (187,227,74). Sum of RGB (Red+Green+Blue) = 187+227+74=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE34A is #441CB5. Grayscale: #C6C6C6. Windows color (decimal): -4463798 or 4907963. OLE color: 4907963.
HSL color Cylindrical-coordinate representation of color #BBE34A: hue angle of 75.69º 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 #BBE34A is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 74 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.11 |
| HSL | 75.69º | 0.73% | 0.59% | - |
| HSV(B) | 75.69º | 0.67% | 0.89% | - |
| XYZ | 49.2 | 66 | 16.62 | - |
| YUV | 197.6 | 58.25 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 74 | 0.18 | 0 | 0.67 | 0.11 | 75.69 | 0.73 | 0.59 |
| Hex | BB | E3 | 4A | 12 | 0 | 43 | B | 4C | 49 | 3B |
| Octal | 273 | 343 | 112 | 22 | 0 | 103 | 13 | 114 | 111 | 73 |
| Binary | 10111011 | 11100011 | 1001010 | 10010 | 0 | 1000011 | 1011 | 1001100 | 1001001 | 111011 |
Color Harmonies of #BBE34A
Complementary color
Monochromatic Colors of #BBE34A
Black with #BBE34A
Text Example
Text Example
White with #BBE34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE34A; }
p { color: rgb(187,227,74); }
H1.HeaderClassName
{
color: #BBE34A;
}
.AnyTagClassName
{
color: #BBE34A;
}
</style>
background-color css
<style>
a { background-color: #BBE34A; }
a { background-color: rgb(187,227,74); }
div.DivClassName
{
background-color: #BBE34A;
}
.BgClassName
{
background-color: #BBE34A;
}
</style>
border-color css
<style>
span { border-color: #BBE34A; }
span { border-color: rgb(187,227,74); }
td.TdClassName
{
border-color: #BBE34A;
}
.TagClassName
{
border-color: #BBE34A;
}
</style>