Shades of Pine Glade #BDCC74
Tints of Pine Glade #BDCC74
RGB
CMYK
RGB Variations
Color information
#BDCC74 (or 0xBDCC74) is known color: Pine Glade. HEX triplet: BD, CC and 74. RGB value is (189,204,116). Sum of RGB (Red+Green+Blue) = 189+204+116=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC74 is #42338B. Grayscale: #BDBDBD. Windows color (decimal): -4338572 or 7654589. OLE color: 7654589.
HSL color Cylindrical-coordinate representation of color #BDCC74: hue angle of 70.23º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDCC74 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 116 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.2 |
| HSL | 70.23º | 0.46% | 0.63% | - |
| HSV(B) | 70.23º | 0.43% | 0.8% | - |
| XYZ | 45.73 | 55.27 | 24.78 | - |
| YUV | 189.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 116 | 0.07 | 0 | 0.43 | 0.2 | 70.23 | 0.46 | 0.63 |
| Hex | BD | CC | 74 | 7 | 0 | 2B | 14 | 46 | 2E | 3F |
| Octal | 275 | 314 | 164 | 7 | 0 | 53 | 24 | 106 | 56 | 77 |
| Binary | 10111101 | 11001100 | 1110100 | 111 | 0 | 101011 | 10100 | 1000110 | 101110 | 111111 |
Color Harmonies of #BDCC74
Complementary color
Monochromatic Colors of #BDCC74
Black with #BDCC74
Text Example
Text Example
White with #BDCC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC74; }
p { color: rgb(189,204,116); }
H1.HeaderClassName
{
color: #BDCC74;
}
.AnyTagClassName
{
color: #BDCC74;
}
</style>
background-color css
<style>
a { background-color: #BDCC74; }
a { background-color: rgb(189,204,116); }
div.DivClassName
{
background-color: #BDCC74;
}
.BgClassName
{
background-color: #BDCC74;
}
</style>
border-color css
<style>
span { border-color: #BDCC74; }
span { border-color: rgb(189,204,116); }
td.TdClassName
{
border-color: #BDCC74;
}
.TagClassName
{
border-color: #BDCC74;
}
</style>