Shades of Conifer #BCE653
Tints of Conifer #BCE653
RGB
CMYK
RGB Variations
Color information
#BCE653 (or 0xBCE653) is known color: Conifer. HEX triplet: BC, E6 and 53. RGB value is (188,230,83). Sum of RGB (Red+Green+Blue) = 188+230+83=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE653 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE653 is #4319AC. Grayscale: #C9C9C9. Windows color (decimal): -4397485 or 5498556. OLE color: 5498556.
HSL color Cylindrical-coordinate representation of color #BCE653: hue angle of 77.14º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCE653 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 83 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.10 |
| HSL | 77.14º | 0.75% | 0.61% | - |
| HSV(B) | 77.14º | 0.64% | 0.9% | - |
| XYZ | 50.6 | 67.91 | 18.62 | - |
| YUV | 200.68 | 61.59 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 83 | 0.18 | 0 | 0.64 | 0.10 | 77.14 | 0.75 | 0.61 |
| Hex | BC | E6 | 53 | 12 | 0 | 40 | A | 4D | 4B | 3D |
| Octal | 274 | 346 | 123 | 22 | 0 | 100 | 12 | 115 | 113 | 75 |
| Binary | 10111100 | 11100110 | 1010011 | 10010 | 0 | 1000000 | 1010 | 1001101 | 1001011 | 111101 |
Color Harmonies of #BCE653
Complementary color
Monochromatic Colors of #BCE653
Black with #BCE653
Text Example
Text Example
White with #BCE653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE653; }
p { color: rgb(188,230,83); }
H1.HeaderClassName
{
color: #BCE653;
}
.AnyTagClassName
{
color: #BCE653;
}
</style>
background-color css
<style>
a { background-color: #BCE653; }
a { background-color: rgb(188,230,83); }
div.DivClassName
{
background-color: #BCE653;
}
.BgClassName
{
background-color: #BCE653;
}
</style>
border-color css
<style>
span { border-color: #BCE653; }
span { border-color: rgb(188,230,83); }
td.TdClassName
{
border-color: #BCE653;
}
.TagClassName
{
border-color: #BCE653;
}
</style>