Shades of Conifer #BBDA62
Tints of Conifer #BBDA62
RGB
CMYK
RGB Variations
Color information
#BBDA62 (or 0xBBDA62) is known color: Conifer. HEX triplet: BB, DA and 62. RGB value is (187,218,98). Sum of RGB (Red+Green+Blue) = 187+218+98=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA62 is #44259D. Grayscale: #C3C3C3. Windows color (decimal): -4466078 or 6478523. OLE color: 6478523.
HSL color Cylindrical-coordinate representation of color #BBDA62: hue angle of 75.5º 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 #BBDA62 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 98 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.15 |
| HSL | 75.5º | 0.62% | 0.62% | - |
| HSV(B) | 75.5º | 0.55% | 0.85% | - |
| XYZ | 47.77 | 61.59 | 20.93 | - |
| YUV | 195.05 | 73.23 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 98 | 0.14 | 0 | 0.55 | 0.15 | 75.5 | 0.62 | 0.62 |
| Hex | BB | DA | 62 | E | 0 | 37 | F | 4C | 3E | 3E |
| Octal | 273 | 332 | 142 | 16 | 0 | 67 | 17 | 114 | 76 | 76 |
| Binary | 10111011 | 11011010 | 1100010 | 1110 | 0 | 110111 | 1111 | 1001100 | 111110 | 111110 |
Color Harmonies of #BBDA62
Complementary color
Monochromatic Colors of #BBDA62
Black with #BBDA62
Text Example
Text Example
White with #BBDA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA62; }
p { color: rgb(187,218,98); }
H1.HeaderClassName
{
color: #BBDA62;
}
.AnyTagClassName
{
color: #BBDA62;
}
</style>
background-color css
<style>
a { background-color: #BBDA62; }
a { background-color: rgb(187,218,98); }
div.DivClassName
{
background-color: #BBDA62;
}
.BgClassName
{
background-color: #BBDA62;
}
</style>
border-color css
<style>
span { border-color: #BBDA62; }
span { border-color: rgb(187,218,98); }
td.TdClassName
{
border-color: #BBDA62;
}
.TagClassName
{
border-color: #BBDA62;
}
</style>