Shades of Conifer #BBE24A
Tints of Conifer #BBE24A
RGB
CMYK
RGB Variations
Color information
#BBE24A (or 0xBBE24A) is known color: Conifer. HEX triplet: BB, E2 and 4A. RGB value is (187,226,74). Sum of RGB (Red+Green+Blue) = 187+226+74=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE24A is #441DB5. Grayscale: #C5C5C5. Windows color (decimal): -4464054 or 4907707. OLE color: 4907707.
HSL color Cylindrical-coordinate representation of color #BBE24A: hue angle of 75.39º degrees, saturation: 0.72, 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 #BBE24A is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 74 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.11 |
| HSL | 75.39º | 0.72% | 0.59% | - |
| HSV(B) | 75.39º | 0.67% | 0.89% | - |
| XYZ | 48.93 | 65.45 | 16.53 | - |
| YUV | 197.01 | 58.58 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 74 | 0.17 | 0 | 0.67 | 0.11 | 75.39 | 0.72 | 0.59 |
| Hex | BB | E2 | 4A | 11 | 0 | 43 | B | 4B | 48 | 3B |
| Octal | 273 | 342 | 112 | 21 | 0 | 103 | 13 | 113 | 110 | 73 |
| Binary | 10111011 | 11100010 | 1001010 | 10001 | 0 | 1000011 | 1011 | 1001011 | 1001000 | 111011 |
Color Harmonies of #BBE24A
Complementary color
Monochromatic Colors of #BBE24A
Black with #BBE24A
Text Example
Text Example
White with #BBE24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE24A; }
p { color: rgb(187,226,74); }
H1.HeaderClassName
{
color: #BBE24A;
}
.AnyTagClassName
{
color: #BBE24A;
}
</style>
background-color css
<style>
a { background-color: #BBE24A; }
a { background-color: rgb(187,226,74); }
div.DivClassName
{
background-color: #BBE24A;
}
.BgClassName
{
background-color: #BBE24A;
}
</style>
border-color css
<style>
span { border-color: #BBE24A; }
span { border-color: rgb(187,226,74); }
td.TdClassName
{
border-color: #BBE24A;
}
.TagClassName
{
border-color: #BBE24A;
}
</style>