Shades of Conifer #BCE754
Tints of Conifer #BCE754
RGB
CMYK
RGB Variations
Color information
#BCE754 (or 0xBCE754) is known color: Conifer. HEX triplet: BC, E7 and 54. RGB value is (188,231,84). Sum of RGB (Red+Green+Blue) = 188+231+84=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE754 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE754 is #4318AB. Grayscale: #C9C9C9. Windows color (decimal): -4397228 or 5564348. OLE color: 5564348.
HSL color Cylindrical-coordinate representation of color #BCE754: hue angle of 77.55º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCE754 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 84 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.09 |
| HSL | 77.55º | 0.75% | 0.62% | - |
| HSV(B) | 77.55º | 0.64% | 0.91% | - |
| XYZ | 50.92 | 68.48 | 18.92 | - |
| YUV | 201.39 | 61.75 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 84 | 0.19 | 0 | 0.64 | 0.09 | 77.55 | 0.75 | 0.62 |
| Hex | BC | E7 | 54 | 13 | 0 | 40 | 9 | 4E | 4B | 3E |
| Octal | 274 | 347 | 124 | 23 | 0 | 100 | 11 | 116 | 113 | 76 |
| Binary | 10111100 | 11100111 | 1010100 | 10011 | 0 | 1000000 | 1001 | 1001110 | 1001011 | 111110 |
Color Harmonies of #BCE754
Complementary color
Monochromatic Colors of #BCE754
Black with #BCE754
Text Example
Text Example
White with #BCE754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE754; }
p { color: rgb(188,231,84); }
H1.HeaderClassName
{
color: #BCE754;
}
.AnyTagClassName
{
color: #BCE754;
}
</style>
background-color css
<style>
a { background-color: #BCE754; }
a { background-color: rgb(188,231,84); }
div.DivClassName
{
background-color: #BCE754;
}
.BgClassName
{
background-color: #BCE754;
}
</style>
border-color css
<style>
span { border-color: #BCE754; }
span { border-color: rgb(188,231,84); }
td.TdClassName
{
border-color: #BCE754;
}
.TagClassName
{
border-color: #BCE754;
}
</style>