Shades of Pine Glade #BEBB7B
Tints of Pine Glade #BEBB7B
RGB
CMYK
RGB Variations
Color information
#BEBB7B (or 0xBEBB7B) is known color: Pine Glade. HEX triplet: BE, BB and 7B. RGB value is (190,187,123). Sum of RGB (Red+Green+Blue) = 190+187+123=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB7B is #414484. Grayscale: #B4B4B4. Windows color (decimal): -4277381 or 8108990. OLE color: 8108990.
HSL color Cylindrical-coordinate representation of color #BEBB7B: hue angle of 57.31º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEBB7B is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 123 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.25 |
| HSL | 57.31º | 0.34% | 0.61% | - |
| HSV(B) | 57.31º | 0.35% | 0.75% | - |
| XYZ | 42.58 | 47.92 | 25.74 | - |
| YUV | 180.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 123 | 0 | 0.02 | 0.35 | 0.25 | 57.31 | 0.34 | 0.61 |
| Hex | BE | BB | 7B | 0 | 2 | 23 | 19 | 39 | 22 | 3D |
| Octal | 276 | 273 | 173 | 0 | 2 | 43 | 31 | 71 | 42 | 75 |
| Binary | 10111110 | 10111011 | 1111011 | 0 | 10 | 100011 | 11001 | 111001 | 100010 | 111101 |
Color Harmonies of #BEBB7B
Complementary color
Monochromatic Colors of #BEBB7B
Black with #BEBB7B
Text Example
Text Example
White with #BEBB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBB7B; }
p { color: rgb(190,187,123); }
H1.HeaderClassName
{
color: #BEBB7B;
}
.AnyTagClassName
{
color: #BEBB7B;
}
</style>
background-color css
<style>
a { background-color: #BEBB7B; }
a { background-color: rgb(190,187,123); }
div.DivClassName
{
background-color: #BEBB7B;
}
.BgClassName
{
background-color: #BEBB7B;
}
</style>
border-color css
<style>
span { border-color: #BEBB7B; }
span { border-color: rgb(190,187,123); }
td.TdClassName
{
border-color: #BEBB7B;
}
.TagClassName
{
border-color: #BEBB7B;
}
</style>