Shades of Conifer #BBD653
Tints of Conifer #BBD653
RGB
CMYK
RGB Variations
Color information
#BBD653 (or 0xBBD653) is known color: Conifer. HEX triplet: BB, D6 and 53. RGB value is (187,214,83). Sum of RGB (Red+Green+Blue) = 187+214+83=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD653 is #4429AC. Grayscale: #BFBFBF. Windows color (decimal): -4467117 or 5494459. OLE color: 5494459.
HSL color Cylindrical-coordinate representation of color #BBD653: hue angle of 72.37º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBD653 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 83 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.16 |
| HSL | 72.37º | 0.62% | 0.58% | - |
| HSV(B) | 72.37º | 0.61% | 0.84% | - |
| XYZ | 46.1 | 59.28 | 17.2 | - |
| YUV | 190.99 | 67.05 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 83 | 0.13 | 0 | 0.61 | 0.16 | 72.37 | 0.62 | 0.58 |
| Hex | BB | D6 | 53 | D | 0 | 3D | 10 | 48 | 3E | 3A |
| Octal | 273 | 326 | 123 | 15 | 0 | 75 | 20 | 110 | 76 | 72 |
| Binary | 10111011 | 11010110 | 1010011 | 1101 | 0 | 111101 | 10000 | 1001000 | 111110 | 111010 |
Color Harmonies of #BBD653
Complementary color
Monochromatic Colors of #BBD653
Black with #BBD653
Text Example
Text Example
White with #BBD653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD653; }
p { color: rgb(187,214,83); }
H1.HeaderClassName
{
color: #BBD653;
}
.AnyTagClassName
{
color: #BBD653;
}
</style>
background-color css
<style>
a { background-color: #BBD653; }
a { background-color: rgb(187,214,83); }
div.DivClassName
{
background-color: #BBD653;
}
.BgClassName
{
background-color: #BBD653;
}
</style>
border-color css
<style>
span { border-color: #BBD653; }
span { border-color: rgb(187,214,83); }
td.TdClassName
{
border-color: #BBD653;
}
.TagClassName
{
border-color: #BBD653;
}
</style>