Shades of Conifer #BBDE4C
Tints of Conifer #BBDE4C
RGB
CMYK
RGB Variations
Color information
#BBDE4C (or 0xBBDE4C) is known color: Conifer. HEX triplet: BB, DE and 4C. RGB value is (187,222,76). Sum of RGB (Red+Green+Blue) = 187+222+76=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDE4C is #4421B3. Grayscale: #C3C3C3. Windows color (decimal): -4465076 or 5037755. OLE color: 5037755.
HSL color Cylindrical-coordinate representation of color #BBDE4C: hue angle of 74.38º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBDE4C is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 76 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.13 |
| HSL | 74.38º | 0.69% | 0.58% | - |
| HSV(B) | 74.38º | 0.66% | 0.87% | - |
| XYZ | 47.92 | 63.33 | 16.54 | - |
| YUV | 194.89 | 60.9 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 76 | 0.16 | 0 | 0.66 | 0.13 | 74.38 | 0.69 | 0.58 |
| Hex | BB | DE | 4C | 10 | 0 | 42 | D | 4A | 45 | 3A |
| Octal | 273 | 336 | 114 | 20 | 0 | 102 | 15 | 112 | 105 | 72 |
| Binary | 10111011 | 11011110 | 1001100 | 10000 | 0 | 1000010 | 1101 | 1001010 | 1000101 | 111010 |
Color Harmonies of #BBDE4C
Complementary color
Monochromatic Colors of #BBDE4C
Black with #BBDE4C
Text Example
Text Example
White with #BBDE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE4C; }
p { color: rgb(187,222,76); }
H1.HeaderClassName
{
color: #BBDE4C;
}
.AnyTagClassName
{
color: #BBDE4C;
}
</style>
background-color css
<style>
a { background-color: #BBDE4C; }
a { background-color: rgb(187,222,76); }
div.DivClassName
{
background-color: #BBDE4C;
}
.BgClassName
{
background-color: #BBDE4C;
}
</style>
border-color css
<style>
span { border-color: #BBDE4C; }
span { border-color: rgb(187,222,76); }
td.TdClassName
{
border-color: #BBDE4C;
}
.TagClassName
{
border-color: #BBDE4C;
}
</style>