Shades of Pine Glade #BDC675
Tints of Pine Glade #BDC675
RGB
CMYK
RGB Variations
Color information
#BDC675 (or 0xBDC675) is known color: Pine Glade. HEX triplet: BD, C6 and 75. RGB value is (189,198,117). Sum of RGB (Red+Green+Blue) = 189+198+117=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC675 is #42398A. Grayscale: #BABABA. Windows color (decimal): -4340107 or 7718589. OLE color: 7718589.
HSL color Cylindrical-coordinate representation of color #BDC675: hue angle of 66.67º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDC675 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 117 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.22 |
| HSL | 66.67º | 0.42% | 0.62% | - |
| HSV(B) | 66.67º | 0.41% | 0.78% | - |
| XYZ | 44.39 | 52.49 | 24.62 | - |
| YUV | 186.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 117 | 0.05 | 0 | 0.41 | 0.22 | 66.67 | 0.42 | 0.62 |
| Hex | BD | C6 | 75 | 5 | 0 | 29 | 16 | 43 | 2A | 3E |
| Octal | 275 | 306 | 165 | 5 | 0 | 51 | 26 | 103 | 52 | 76 |
| Binary | 10111101 | 11000110 | 1110101 | 101 | 0 | 101001 | 10110 | 1000011 | 101010 | 111110 |
Color Harmonies of #BDC675
Complementary color
Monochromatic Colors of #BDC675
Black with #BDC675
Text Example
Text Example
White with #BDC675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC675; }
p { color: rgb(189,198,117); }
H1.HeaderClassName
{
color: #BDC675;
}
.AnyTagClassName
{
color: #BDC675;
}
</style>
background-color css
<style>
a { background-color: #BDC675; }
a { background-color: rgb(189,198,117); }
div.DivClassName
{
background-color: #BDC675;
}
.BgClassName
{
background-color: #BDC675;
}
</style>
border-color css
<style>
span { border-color: #BDC675; }
span { border-color: rgb(189,198,117); }
td.TdClassName
{
border-color: #BDC675;
}
.TagClassName
{
border-color: #BDC675;
}
</style>