Shades of Pine Glade #BDC382
Tints of Pine Glade #BDC382
RGB
CMYK
RGB Variations
Color information
#BDC382 (or 0xBDC382) is known color: Pine Glade. HEX triplet: BD, C3 and 82. RGB value is (189,195,130). Sum of RGB (Red+Green+Blue) = 189+195+130=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC382 is #423C7D. Grayscale: #BABABA. Windows color (decimal): -4340862 or 8569789. OLE color: 8569789.
HSL color Cylindrical-coordinate representation of color #BDC382: hue angle of 65.54º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDC382 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 130 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.24 |
| HSL | 65.54º | 0.35% | 0.64% | - |
| HSV(B) | 65.54º | 0.33% | 0.76% | - |
| XYZ | 44.53 | 51.46 | 28.71 | - |
| YUV | 185.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 130 | 0.03 | 0 | 0.33 | 0.24 | 65.54 | 0.35 | 0.64 |
| Hex | BD | C3 | 82 | 3 | 0 | 21 | 18 | 42 | 23 | 40 |
| Octal | 275 | 303 | 202 | 3 | 0 | 41 | 30 | 102 | 43 | 100 |
| Binary | 10111101 | 11000011 | 10000010 | 11 | 0 | 100001 | 11000 | 1000010 | 100011 | 1000000 |
Color Harmonies of #BDC382
Complementary color
Monochromatic Colors of #BDC382
Black with #BDC382
Text Example
Text Example
White with #BDC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC382; }
p { color: rgb(189,195,130); }
H1.HeaderClassName
{
color: #BDC382;
}
.AnyTagClassName
{
color: #BDC382;
}
</style>
background-color css
<style>
a { background-color: #BDC382; }
a { background-color: rgb(189,195,130); }
div.DivClassName
{
background-color: #BDC382;
}
.BgClassName
{
background-color: #BDC382;
}
</style>
border-color css
<style>
span { border-color: #BDC382; }
span { border-color: rgb(189,195,130); }
td.TdClassName
{
border-color: #BDC382;
}
.TagClassName
{
border-color: #BDC382;
}
</style>