Shades of Conifer #BBDF4C
Tints of Conifer #BBDF4C
RGB
CMYK
RGB Variations
Color information
#BBDF4C (or 0xBBDF4C) is known color: Conifer. HEX triplet: BB, DF and 4C. RGB value is (187,223,76). Sum of RGB (Red+Green+Blue) = 187+223+76=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF4C is #4420B3. Grayscale: #C4C4C4. Windows color (decimal): -4464820 or 5038011. OLE color: 5038011.
HSL color Cylindrical-coordinate representation of color #BBDF4C: hue angle of 74.69º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBDF4C is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 76 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.13 |
| HSL | 74.69º | 0.7% | 0.59% | - |
| HSV(B) | 74.69º | 0.66% | 0.87% | - |
| XYZ | 48.19 | 63.86 | 16.62 | - |
| YUV | 195.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 76 | 0.16 | 0 | 0.66 | 0.13 | 74.69 | 0.7 | 0.59 |
| Hex | BB | DF | 4C | 10 | 0 | 42 | D | 4B | 46 | 3B |
| Octal | 273 | 337 | 114 | 20 | 0 | 102 | 15 | 113 | 106 | 73 |
| Binary | 10111011 | 11011111 | 1001100 | 10000 | 0 | 1000010 | 1101 | 1001011 | 1000110 | 111011 |
Color Harmonies of #BBDF4C
Complementary color
Monochromatic Colors of #BBDF4C
Black with #BBDF4C
Text Example
Text Example
White with #BBDF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF4C; }
p { color: rgb(187,223,76); }
H1.HeaderClassName
{
color: #BBDF4C;
}
.AnyTagClassName
{
color: #BBDF4C;
}
</style>
background-color css
<style>
a { background-color: #BBDF4C; }
a { background-color: rgb(187,223,76); }
div.DivClassName
{
background-color: #BBDF4C;
}
.BgClassName
{
background-color: #BBDF4C;
}
</style>
border-color css
<style>
span { border-color: #BBDF4C; }
span { border-color: rgb(187,223,76); }
td.TdClassName
{
border-color: #BBDF4C;
}
.TagClassName
{
border-color: #BBDF4C;
}
</style>