Shades of Pine Glade #BECA7A
Tints of Pine Glade #BECA7A
RGB
CMYK
RGB Variations
Color information
#BECA7A (or 0xBECA7A) is known color: Pine Glade. HEX triplet: BE, CA and 7A. RGB value is (190,202,122). Sum of RGB (Red+Green+Blue) = 190+202+122=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA7A is #413585. Grayscale: #BDBDBD. Windows color (decimal): -4273542 or 8047294. OLE color: 8047294.
HSL color Cylindrical-coordinate representation of color #BECA7A: hue angle of 69º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BECA7A is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 122 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.21 |
| HSL | 69º | 0.43% | 0.64% | - |
| HSV(B) | 69º | 0.4% | 0.79% | - |
| XYZ | 45.87 | 54.59 | 26.53 | - |
| YUV | 189.29 | 90.02 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 122 | 0.06 | 0 | 0.40 | 0.21 | 69 | 0.43 | 0.64 |
| Hex | BE | CA | 7A | 6 | 0 | 28 | 15 | 45 | 2B | 40 |
| Octal | 276 | 312 | 172 | 6 | 0 | 50 | 25 | 105 | 53 | 100 |
| Binary | 10111110 | 11001010 | 1111010 | 110 | 0 | 101000 | 10101 | 1000101 | 101011 | 1000000 |
Color Harmonies of #BECA7A
Complementary color
Monochromatic Colors of #BECA7A
Black with #BECA7A
Text Example
Text Example
White with #BECA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECA7A; }
p { color: rgb(190,202,122); }
H1.HeaderClassName
{
color: #BECA7A;
}
.AnyTagClassName
{
color: #BECA7A;
}
</style>
background-color css
<style>
a { background-color: #BECA7A; }
a { background-color: rgb(190,202,122); }
div.DivClassName
{
background-color: #BECA7A;
}
.BgClassName
{
background-color: #BECA7A;
}
</style>
border-color css
<style>
span { border-color: #BECA7A; }
span { border-color: rgb(190,202,122); }
td.TdClassName
{
border-color: #BECA7A;
}
.TagClassName
{
border-color: #BECA7A;
}
</style>