Shades of Conifer #BCE752
Tints of Conifer #BCE752
RGB
CMYK
RGB Variations
Color information
#BCE752 (or 0xBCE752) is known color: Conifer. HEX triplet: BC, E7 and 52. RGB value is (188,231,82). Sum of RGB (Red+Green+Blue) = 188+231+82=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE752 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE752 is #4318AD. Grayscale: #C9C9C9. Windows color (decimal): -4397230 or 5433276. OLE color: 5433276.
HSL color Cylindrical-coordinate representation of color #BCE752: hue angle of 77.32º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCE752 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 82 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.09 |
| HSL | 77.32º | 0.76% | 0.61% | - |
| HSV(B) | 77.32º | 0.65% | 0.91% | - |
| XYZ | 50.84 | 68.45 | 18.52 | - |
| YUV | 201.16 | 60.75 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 82 | 0.19 | 0 | 0.65 | 0.09 | 77.32 | 0.76 | 0.61 |
| Hex | BC | E7 | 52 | 13 | 0 | 41 | 9 | 4D | 4C | 3D |
| Octal | 274 | 347 | 122 | 23 | 0 | 101 | 11 | 115 | 114 | 75 |
| Binary | 10111100 | 11100111 | 1010010 | 10011 | 0 | 1000001 | 1001 | 1001101 | 1001100 | 111101 |
Color Harmonies of #BCE752
Complementary color
Monochromatic Colors of #BCE752
Black with #BCE752
Text Example
Text Example
White with #BCE752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE752; }
p { color: rgb(188,231,82); }
H1.HeaderClassName
{
color: #BCE752;
}
.AnyTagClassName
{
color: #BCE752;
}
</style>
background-color css
<style>
a { background-color: #BCE752; }
a { background-color: rgb(188,231,82); }
div.DivClassName
{
background-color: #BCE752;
}
.BgClassName
{
background-color: #BCE752;
}
</style>
border-color css
<style>
span { border-color: #BCE752; }
span { border-color: rgb(188,231,82); }
td.TdClassName
{
border-color: #BCE752;
}
.TagClassName
{
border-color: #BCE752;
}
</style>