Shades of Conifer #BED652
Tints of Conifer #BED652
RGB
CMYK
RGB Variations
Color information
#BED652 (or 0xBED652) is known color: Conifer. HEX triplet: BE, D6 and 52. RGB value is (190,214,82). Sum of RGB (Red+Green+Blue) = 190+214+82=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #BED652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED652 is #4129AD. Grayscale: #C0C0C0. Windows color (decimal): -4270510 or 5428926. OLE color: 5428926.
HSL color Cylindrical-coordinate representation of color #BED652: hue angle of 70.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BED652 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 82 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.16 |
| HSL | 70.91º | 0.62% | 0.58% | - |
| HSV(B) | 70.91º | 0.62% | 0.84% | - |
| XYZ | 46.8 | 59.65 | 17.03 | - |
| YUV | 191.78 | 66.05 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 82 | 0.11 | 0 | 0.62 | 0.16 | 70.91 | 0.62 | 0.58 |
| Hex | BE | D6 | 52 | B | 0 | 3E | 10 | 47 | 3E | 3A |
| Octal | 276 | 326 | 122 | 13 | 0 | 76 | 20 | 107 | 76 | 72 |
| Binary | 10111110 | 11010110 | 1010010 | 1011 | 0 | 111110 | 10000 | 1000111 | 111110 | 111010 |
Color Harmonies of #BED652
Complementary color
Monochromatic Colors of #BED652
Black with #BED652
Text Example
Text Example
White with #BED652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED652; }
p { color: rgb(190,214,82); }
H1.HeaderClassName
{
color: #BED652;
}
.AnyTagClassName
{
color: #BED652;
}
</style>
background-color css
<style>
a { background-color: #BED652; }
a { background-color: rgb(190,214,82); }
div.DivClassName
{
background-color: #BED652;
}
.BgClassName
{
background-color: #BED652;
}
</style>
border-color css
<style>
span { border-color: #BED652; }
span { border-color: rgb(190,214,82); }
td.TdClassName
{
border-color: #BED652;
}
.TagClassName
{
border-color: #BED652;
}
</style>