Shades of Pine Glade #BEBF75
Tints of Pine Glade #BEBF75
RGB
CMYK
RGB Variations
Color information
#BEBF75 (or 0xBEBF75) is known color: Pine Glade. HEX triplet: BE, BF and 75. RGB value is (190,191,117). Sum of RGB (Red+Green+Blue) = 190+191+117=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBF75 is #41408A. Grayscale: #B6B6B6. Windows color (decimal): -4276363 or 7716798. OLE color: 7716798.
HSL color Cylindrical-coordinate representation of color #BEBF75: hue angle of 60.81º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEBF75 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 191 | 117 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.25 |
| HSL | 60.81º | 0.37% | 0.6% | - |
| HSV(B) | 60.81º | 0.39% | 0.75% | - |
| XYZ | 43.08 | 49.49 | 24.11 | - |
| YUV | 182.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 117 | 0.01 | 0 | 0.39 | 0.25 | 60.81 | 0.37 | 0.6 |
| Hex | BE | BF | 75 | 1 | 0 | 27 | 19 | 3D | 25 | 3C |
| Octal | 276 | 277 | 165 | 1 | 0 | 47 | 31 | 75 | 45 | 74 |
| Binary | 10111110 | 10111111 | 1110101 | 1 | 0 | 100111 | 11001 | 111101 | 100101 | 111100 |
Color Harmonies of #BEBF75
Complementary color
Monochromatic Colors of #BEBF75
Black with #BEBF75
Text Example
Text Example
White with #BEBF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBF75; }
p { color: rgb(190,191,117); }
H1.HeaderClassName
{
color: #BEBF75;
}
.AnyTagClassName
{
color: #BEBF75;
}
</style>
background-color css
<style>
a { background-color: #BEBF75; }
a { background-color: rgb(190,191,117); }
div.DivClassName
{
background-color: #BEBF75;
}
.BgClassName
{
background-color: #BEBF75;
}
</style>
border-color css
<style>
span { border-color: #BEBF75; }
span { border-color: rgb(190,191,117); }
td.TdClassName
{
border-color: #BEBF75;
}
.TagClassName
{
border-color: #BEBF75;
}
</style>