Shades of Conifer #BBD452
Tints of Conifer #BBD452
RGB
CMYK
RGB Variations
Color information
#BBD452 (or 0xBBD452) is known color: Conifer. HEX triplet: BB, D4 and 52. RGB value is (187,212,82). Sum of RGB (Red+Green+Blue) = 187+212+82=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD452 is #442BAD. Grayscale: #BEBEBE. Windows color (decimal): -4467630 or 5428411. OLE color: 5428411.
HSL color Cylindrical-coordinate representation of color #BBD452: hue angle of 71.54º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBD452 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 82 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.17 |
| HSL | 71.54º | 0.6% | 0.58% | - |
| HSV(B) | 71.54º | 0.61% | 0.83% | - |
| XYZ | 45.56 | 58.26 | 16.83 | - |
| YUV | 189.71 | 67.22 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 82 | 0.12 | 0 | 0.61 | 0.17 | 71.54 | 0.6 | 0.58 |
| Hex | BB | D4 | 52 | C | 0 | 3D | 11 | 48 | 3C | 3A |
| Octal | 273 | 324 | 122 | 14 | 0 | 75 | 21 | 110 | 74 | 72 |
| Binary | 10111011 | 11010100 | 1010010 | 1100 | 0 | 111101 | 10001 | 1001000 | 111100 | 111010 |
Color Harmonies of #BBD452
Complementary color
Monochromatic Colors of #BBD452
Black with #BBD452
Text Example
Text Example
White with #BBD452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD452; }
p { color: rgb(187,212,82); }
H1.HeaderClassName
{
color: #BBD452;
}
.AnyTagClassName
{
color: #BBD452;
}
</style>
background-color css
<style>
a { background-color: #BBD452; }
a { background-color: rgb(187,212,82); }
div.DivClassName
{
background-color: #BBD452;
}
.BgClassName
{
background-color: #BBD452;
}
</style>
border-color css
<style>
span { border-color: #BBD452; }
span { border-color: rgb(187,212,82); }
td.TdClassName
{
border-color: #BBD452;
}
.TagClassName
{
border-color: #BBD452;
}
</style>