Shades of Pine Glade #BEC38A
Tints of Pine Glade #BEC38A
RGB
CMYK
RGB Variations
Color information
#BEC38A (or 0xBEC38A) is known color: Pine Glade. HEX triplet: BE, C3 and 8A. RGB value is (190,195,138). Sum of RGB (Red+Green+Blue) = 190+195+138=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC38A is #413C75. Grayscale: #BBBBBB. Windows color (decimal): -4275318 or 9094078. OLE color: 9094078.
HSL color Cylindrical-coordinate representation of color #BEC38A: hue angle of 65.26º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEC38A is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 138 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.24 |
| HSL | 65.26º | 0.32% | 0.65% | - |
| HSV(B) | 65.26º | 0.29% | 0.76% | - |
| XYZ | 45.34 | 51.81 | 31.66 | - |
| YUV | 187.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 138 | 0.03 | 0 | 0.29 | 0.24 | 65.26 | 0.32 | 0.65 |
| Hex | BE | C3 | 8A | 3 | 0 | 1D | 18 | 41 | 20 | 41 |
| Octal | 276 | 303 | 212 | 3 | 0 | 35 | 30 | 101 | 40 | 101 |
| Binary | 10111110 | 11000011 | 10001010 | 11 | 0 | 11101 | 11000 | 1000001 | 100000 | 1000001 |
Color Harmonies of #BEC38A
Complementary color
Monochromatic Colors of #BEC38A
Black with #BEC38A
Text Example
Text Example
White with #BEC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC38A; }
p { color: rgb(190,195,138); }
H1.HeaderClassName
{
color: #BEC38A;
}
.AnyTagClassName
{
color: #BEC38A;
}
</style>
background-color css
<style>
a { background-color: #BEC38A; }
a { background-color: rgb(190,195,138); }
div.DivClassName
{
background-color: #BEC38A;
}
.BgClassName
{
background-color: #BEC38A;
}
</style>
border-color css
<style>
span { border-color: #BEC38A; }
span { border-color: rgb(190,195,138); }
td.TdClassName
{
border-color: #BEC38A;
}
.TagClassName
{
border-color: #BEC38A;
}
</style>