Shades of Conifer #BEDE4C
Tints of Conifer #BEDE4C
RGB
CMYK
RGB Variations
Color information
#BEDE4C (or 0xBEDE4C) is known color: Conifer. HEX triplet: BE, DE and 4C. RGB value is (190,222,76). Sum of RGB (Red+Green+Blue) = 190+222+76=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDE4C is #4121B3. Grayscale: #C4C4C4. Windows color (decimal): -4268468 or 5037758. OLE color: 5037758.
HSL color Cylindrical-coordinate representation of color #BEDE4C: hue angle of 73.15º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEDE4C is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 76 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.13 |
| HSL | 73.15º | 0.69% | 0.58% | - |
| HSV(B) | 73.15º | 0.66% | 0.87% | - |
| XYZ | 48.66 | 63.71 | 16.57 | - |
| YUV | 195.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 76 | 0.14 | 0 | 0.66 | 0.13 | 73.15 | 0.69 | 0.58 |
| Hex | BE | DE | 4C | E | 0 | 42 | D | 49 | 45 | 3A |
| Octal | 276 | 336 | 114 | 16 | 0 | 102 | 15 | 111 | 105 | 72 |
| Binary | 10111110 | 11011110 | 1001100 | 1110 | 0 | 1000010 | 1101 | 1001001 | 1000101 | 111010 |
Color Harmonies of #BEDE4C
Complementary color
Monochromatic Colors of #BEDE4C
Black with #BEDE4C
Text Example
Text Example
White with #BEDE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE4C; }
p { color: rgb(190,222,76); }
H1.HeaderClassName
{
color: #BEDE4C;
}
.AnyTagClassName
{
color: #BEDE4C;
}
</style>
background-color css
<style>
a { background-color: #BEDE4C; }
a { background-color: rgb(190,222,76); }
div.DivClassName
{
background-color: #BEDE4C;
}
.BgClassName
{
background-color: #BEDE4C;
}
</style>
border-color css
<style>
span { border-color: #BEDE4C; }
span { border-color: rgb(190,222,76); }
td.TdClassName
{
border-color: #BEDE4C;
}
.TagClassName
{
border-color: #BEDE4C;
}
</style>