Shades of Conifer #BBD348
Tints of Conifer #BBD348
RGB
CMYK
RGB Variations
Color information
#BBD348 (or 0xBBD348) is known color: Conifer. HEX triplet: BB, D3 and 48. RGB value is (187,211,72). Sum of RGB (Red+Green+Blue) = 187+211+72=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD348 is #442CB7. Grayscale: #BCBCBC. Windows color (decimal): -4467896 or 4772795. OLE color: 4772795.
HSL color Cylindrical-coordinate representation of color #BBD348: hue angle of 70.36º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBD348 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 72 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.17 |
| HSL | 70.36º | 0.61% | 0.55% | - |
| HSV(B) | 70.36º | 0.66% | 0.83% | - |
| XYZ | 44.96 | 57.62 | 14.88 | - |
| YUV | 187.98 | 62.55 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 72 | 0.11 | 0 | 0.66 | 0.17 | 70.36 | 0.61 | 0.55 |
| Hex | BB | D3 | 48 | B | 0 | 42 | 11 | 46 | 3D | 37 |
| Octal | 273 | 323 | 110 | 13 | 0 | 102 | 21 | 106 | 75 | 67 |
| Binary | 10111011 | 11010011 | 1001000 | 1011 | 0 | 1000010 | 10001 | 1000110 | 111101 | 110111 |
Color Harmonies of #BBD348
Complementary color
Monochromatic Colors of #BBD348
Black with #BBD348
Text Example
Text Example
White with #BBD348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD348; }
p { color: rgb(187,211,72); }
H1.HeaderClassName
{
color: #BBD348;
}
.AnyTagClassName
{
color: #BBD348;
}
</style>
background-color css
<style>
a { background-color: #BBD348; }
a { background-color: rgb(187,211,72); }
div.DivClassName
{
background-color: #BBD348;
}
.BgClassName
{
background-color: #BBD348;
}
</style>
border-color css
<style>
span { border-color: #BBD348; }
span { border-color: rgb(187,211,72); }
td.TdClassName
{
border-color: #BBD348;
}
.TagClassName
{
border-color: #BBD348;
}
</style>