Shades of Conifer #BBDF53
Tints of Conifer #BBDF53
RGB
CMYK
RGB Variations
Color information
#BBDF53 (or 0xBBDF53) is known color: Conifer. HEX triplet: BB, DF and 53. RGB value is (187,223,83). Sum of RGB (Red+Green+Blue) = 187+223+83=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 83 (32.81% from 255 or 16.84% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF53 is #4420AC. Grayscale: #C4C4C4. Windows color (decimal): -4464813 or 5496763. OLE color: 5496763.
HSL color Cylindrical-coordinate representation of color #BBDF53: hue angle of 75.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBDF53 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 83 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.13 |
| HSL | 75.43º | 0.69% | 0.6% | - |
| HSV(B) | 75.43º | 0.63% | 0.87% | - |
| XYZ | 48.44 | 63.96 | 17.98 | - |
| YUV | 196.28 | 64.07 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 83 | 0.16 | 0 | 0.63 | 0.13 | 75.43 | 0.69 | 0.6 |
| Hex | BB | DF | 53 | 10 | 0 | 3F | D | 4B | 45 | 3C |
| Octal | 273 | 337 | 123 | 20 | 0 | 77 | 15 | 113 | 105 | 74 |
| Binary | 10111011 | 11011111 | 1010011 | 10000 | 0 | 111111 | 1101 | 1001011 | 1000101 | 111100 |
Color Harmonies of #BBDF53
Complementary color
Monochromatic Colors of #BBDF53
Black with #BBDF53
Text Example
Text Example
White with #BBDF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF53; }
p { color: rgb(187,223,83); }
H1.HeaderClassName
{
color: #BBDF53;
}
.AnyTagClassName
{
color: #BBDF53;
}
</style>
background-color css
<style>
a { background-color: #BBDF53; }
a { background-color: rgb(187,223,83); }
div.DivClassName
{
background-color: #BBDF53;
}
.BgClassName
{
background-color: #BBDF53;
}
</style>
border-color css
<style>
span { border-color: #BBDF53; }
span { border-color: rgb(187,223,83); }
td.TdClassName
{
border-color: #BBDF53;
}
.TagClassName
{
border-color: #BBDF53;
}
</style>