Shades of Conifer #BBDA63
Tints of Conifer #BBDA63
RGB
CMYK
RGB Variations
Color information
#BBDA63 (or 0xBBDA63) is known color: Conifer. HEX triplet: BB, DA and 63. RGB value is (187,218,99). Sum of RGB (Red+Green+Blue) = 187+218+99=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA63 is #44259C. Grayscale: #C3C3C3. Windows color (decimal): -4466077 or 6544059. OLE color: 6544059.
HSL color Cylindrical-coordinate representation of color #BBDA63: hue angle of 75.63º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBDA63 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 99 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.15 |
| HSL | 75.63º | 0.62% | 0.62% | - |
| HSV(B) | 75.63º | 0.55% | 0.85% | - |
| XYZ | 47.82 | 61.61 | 21.18 | - |
| YUV | 195.17 | 73.73 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 99 | 0.14 | 0 | 0.55 | 0.15 | 75.63 | 0.62 | 0.62 |
| Hex | BB | DA | 63 | E | 0 | 37 | F | 4C | 3E | 3E |
| Octal | 273 | 332 | 143 | 16 | 0 | 67 | 17 | 114 | 76 | 76 |
| Binary | 10111011 | 11011010 | 1100011 | 1110 | 0 | 110111 | 1111 | 1001100 | 111110 | 111110 |
Color Harmonies of #BBDA63
Complementary color
Monochromatic Colors of #BBDA63
Black with #BBDA63
Text Example
Text Example
White with #BBDA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA63; }
p { color: rgb(187,218,99); }
H1.HeaderClassName
{
color: #BBDA63;
}
.AnyTagClassName
{
color: #BBDA63;
}
</style>
background-color css
<style>
a { background-color: #BBDA63; }
a { background-color: rgb(187,218,99); }
div.DivClassName
{
background-color: #BBDA63;
}
.BgClassName
{
background-color: #BBDA63;
}
</style>
border-color css
<style>
span { border-color: #BBDA63; }
span { border-color: rgb(187,218,99); }
td.TdClassName
{
border-color: #BBDA63;
}
.TagClassName
{
border-color: #BBDA63;
}
</style>