Shades of Conifer #BBDF5D
Tints of Conifer #BBDF5D
RGB
CMYK
RGB Variations
Color information
#BBDF5D (or 0xBBDF5D) is known color: Conifer. HEX triplet: BB, DF and 5D. RGB value is (187,223,93). Sum of RGB (Red+Green+Blue) = 187+223+93=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF5D is #4420A2. Grayscale: #C5C5C5. Windows color (decimal): -4464803 or 6152123. OLE color: 6152123.
HSL color Cylindrical-coordinate representation of color #BBDF5D: hue angle of 76.62º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBDF5D is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 93 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.13 |
| HSL | 76.62º | 0.67% | 0.62% | - |
| HSV(B) | 76.62º | 0.58% | 0.87% | - |
| XYZ | 48.86 | 64.13 | 20.16 | - |
| YUV | 197.42 | 69.07 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 93 | 0.16 | 0 | 0.58 | 0.13 | 76.62 | 0.67 | 0.62 |
| Hex | BB | DF | 5D | 10 | 0 | 3A | D | 4D | 43 | 3E |
| Octal | 273 | 337 | 135 | 20 | 0 | 72 | 15 | 115 | 103 | 76 |
| Binary | 10111011 | 11011111 | 1011101 | 10000 | 0 | 111010 | 1101 | 1001101 | 1000011 | 111110 |
Color Harmonies of #BBDF5D
Complementary color
Monochromatic Colors of #BBDF5D
Black with #BBDF5D
Text Example
Text Example
White with #BBDF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF5D; }
p { color: rgb(187,223,93); }
H1.HeaderClassName
{
color: #BBDF5D;
}
.AnyTagClassName
{
color: #BBDF5D;
}
</style>
background-color css
<style>
a { background-color: #BBDF5D; }
a { background-color: rgb(187,223,93); }
div.DivClassName
{
background-color: #BBDF5D;
}
.BgClassName
{
background-color: #BBDF5D;
}
</style>
border-color css
<style>
span { border-color: #BBDF5D; }
span { border-color: rgb(187,223,93); }
td.TdClassName
{
border-color: #BBDF5D;
}
.TagClassName
{
border-color: #BBDF5D;
}
</style>