Shades of Conifer #BEDE5C
Tints of Conifer #BEDE5C
RGB
CMYK
RGB Variations
Color information
#BEDE5C (or 0xBEDE5C) is known color: Conifer. HEX triplet: BE, DE and 5C. RGB value is (190,222,92). Sum of RGB (Red+Green+Blue) = 190+222+92=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE5C is #4121A3. Grayscale: #C6C6C6. Windows color (decimal): -4268452 or 6086334. OLE color: 6086334.
HSL color Cylindrical-coordinate representation of color #BEDE5C: hue angle of 74.77º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEDE5C is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
RGB | 190 | 222 | 92 | - |
CMYK | 0.14 | 0 | 0.59 | 0.13 |
HSL | 74.77º | 0.66% | 0.62% | - |
HSV(B) | 74.77º | 0.59% | 0.87% | - |
XYZ | 49.29 | 63.96 | 19.87 | - |
YUV | 197.61 | 68.4 | 122.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 222 | 92 | 0.14 | 0 | 0.59 | 0.13 | 74.77 | 0.66 | 0.62 |
Hex | BE | DE | 5C | E | 0 | 3B | D | 4B | 42 | 3E |
Octal | 276 | 336 | 134 | 16 | 0 | 73 | 15 | 113 | 102 | 76 |
Binary | 10111110 | 11011110 | 1011100 | 1110 | 0 | 111011 | 1101 | 1001011 | 1000010 | 111110 |
Color Harmonies of #BEDE5C
Complementary color
Monochromatic Colors of #BEDE5C
Black with #BEDE5C
Text Example
Text Example
White with #BEDE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE5C; }
p { color: rgb(190,222,92); }
H1.HeaderClassName
{
color: #BEDE5C;
}
.AnyTagClassName
{
color: #BEDE5C;
}
</style>
background-color css
<style>
a { background-color: #BEDE5C; }
a { background-color: rgb(190,222,92); }
div.DivClassName
{
background-color: #BEDE5C;
}
.BgClassName
{
background-color: #BEDE5C;
}
</style>
border-color css
<style>
span { border-color: #BEDE5C; }
span { border-color: rgb(190,222,92); }
td.TdClassName
{
border-color: #BEDE5C;
}
.TagClassName
{
border-color: #BEDE5C;
}
</style>