Shades of Conifer #BBDA53
Tints of Conifer #BBDA53
RGB
CMYK
RGB Variations
Color information
#BBDA53 (or 0xBBDA53) is known color: Conifer. HEX triplet: BB, DA and 53. RGB value is (187,218,83). Sum of RGB (Red+Green+Blue) = 187+218+83=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 83 (32.81% from 255 or 17.01% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA53 is #4425AC. Grayscale: #C1C1C1. Windows color (decimal): -4466093 or 5495483. OLE color: 5495483.
HSL color Cylindrical-coordinate representation of color #BBDA53: hue angle of 73.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBDA53 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 83 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.15 |
| HSL | 73.78º | 0.65% | 0.59% | - |
| HSV(B) | 73.78º | 0.62% | 0.85% | - |
| XYZ | 47.13 | 61.33 | 17.54 | - |
| YUV | 193.34 | 65.73 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 83 | 0.14 | 0 | 0.62 | 0.15 | 73.78 | 0.65 | 0.59 |
| Hex | BB | DA | 53 | E | 0 | 3E | F | 4A | 41 | 3B |
| Octal | 273 | 332 | 123 | 16 | 0 | 76 | 17 | 112 | 101 | 73 |
| Binary | 10111011 | 11011010 | 1010011 | 1110 | 0 | 111110 | 1111 | 1001010 | 1000001 | 111011 |
Color Harmonies of #BBDA53
Complementary color
Monochromatic Colors of #BBDA53
Black with #BBDA53
Text Example
Text Example
White with #BBDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA53; }
p { color: rgb(187,218,83); }
H1.HeaderClassName
{
color: #BBDA53;
}
.AnyTagClassName
{
color: #BBDA53;
}
</style>
background-color css
<style>
a { background-color: #BBDA53; }
a { background-color: rgb(187,218,83); }
div.DivClassName
{
background-color: #BBDA53;
}
.BgClassName
{
background-color: #BBDA53;
}
</style>
border-color css
<style>
span { border-color: #BBDA53; }
span { border-color: rgb(187,218,83); }
td.TdClassName
{
border-color: #BBDA53;
}
.TagClassName
{
border-color: #BBDA53;
}
</style>