Shades of Conifer #BED852
Tints of Conifer #BED852
RGB
CMYK
RGB Variations
Color information
#BED852 (or 0xBED852) is known color: Conifer. HEX triplet: BE, D8 and 52. RGB value is (190,216,82). Sum of RGB (Red+Green+Blue) = 190+216+82=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #BED852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED852 is #4127AD. Grayscale: #C1C1C1. Windows color (decimal): -4269998 or 5429438. OLE color: 5429438.
HSL color Cylindrical-coordinate representation of color #BED852: hue angle of 71.64º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BED852 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 82 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.15 |
| HSL | 71.64º | 0.63% | 0.58% | - |
| HSV(B) | 71.64º | 0.62% | 0.85% | - |
| XYZ | 47.31 | 60.67 | 17.2 | - |
| YUV | 192.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 82 | 0.12 | 0 | 0.62 | 0.15 | 71.64 | 0.63 | 0.58 |
| Hex | BE | D8 | 52 | C | 0 | 3E | F | 48 | 3F | 3A |
| Octal | 276 | 330 | 122 | 14 | 0 | 76 | 17 | 110 | 77 | 72 |
| Binary | 10111110 | 11011000 | 1010010 | 1100 | 0 | 111110 | 1111 | 1001000 | 111111 | 111010 |
Color Harmonies of #BED852
Complementary color
Monochromatic Colors of #BED852
Black with #BED852
Text Example
Text Example
White with #BED852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED852; }
p { color: rgb(190,216,82); }
H1.HeaderClassName
{
color: #BED852;
}
.AnyTagClassName
{
color: #BED852;
}
</style>
background-color css
<style>
a { background-color: #BED852; }
a { background-color: rgb(190,216,82); }
div.DivClassName
{
background-color: #BED852;
}
.BgClassName
{
background-color: #BED852;
}
</style>
border-color css
<style>
span { border-color: #BED852; }
span { border-color: rgb(190,216,82); }
td.TdClassName
{
border-color: #BED852;
}
.TagClassName
{
border-color: #BED852;
}
</style>