Shades of Conifer #BBD350
Tints of Conifer #BBD350
RGB
CMYK
RGB Variations
Color information
#BBD350 (or 0xBBD350) is known color: Conifer. HEX triplet: BB, D3 and 50. RGB value is (187,211,80). Sum of RGB (Red+Green+Blue) = 187+211+80=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD350 is #442CAF. Grayscale: #BDBDBD. Windows color (decimal): -4467888 or 5297083. OLE color: 5297083.
HSL color Cylindrical-coordinate representation of color #BBD350: hue angle of 70.99º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBD350 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 80 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.17 |
| HSL | 70.99º | 0.6% | 0.57% | - |
| HSV(B) | 70.99º | 0.62% | 0.83% | - |
| XYZ | 45.24 | 57.73 | 16.35 | - |
| YUV | 188.89 | 66.55 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 80 | 0.11 | 0 | 0.62 | 0.17 | 70.99 | 0.6 | 0.57 |
| Hex | BB | D3 | 50 | B | 0 | 3E | 11 | 47 | 3C | 39 |
| Octal | 273 | 323 | 120 | 13 | 0 | 76 | 21 | 107 | 74 | 71 |
| Binary | 10111011 | 11010011 | 1010000 | 1011 | 0 | 111110 | 10001 | 1000111 | 111100 | 111001 |
Color Harmonies of #BBD350
Complementary color
Monochromatic Colors of #BBD350
Black with #BBD350
Text Example
Text Example
White with #BBD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD350; }
p { color: rgb(187,211,80); }
H1.HeaderClassName
{
color: #BBD350;
}
.AnyTagClassName
{
color: #BBD350;
}
</style>
background-color css
<style>
a { background-color: #BBD350; }
a { background-color: rgb(187,211,80); }
div.DivClassName
{
background-color: #BBD350;
}
.BgClassName
{
background-color: #BBD350;
}
</style>
border-color css
<style>
span { border-color: #BBD350; }
span { border-color: rgb(187,211,80); }
td.TdClassName
{
border-color: #BBD350;
}
.TagClassName
{
border-color: #BBD350;
}
</style>