Shades of Pine Glade #BDC182
Tints of Pine Glade #BDC182
RGB
CMYK
RGB Variations
Color information
#BDC182 (or 0xBDC182) is known color: Pine Glade. HEX triplet: BD, C1 and 82. RGB value is (189,193,130). Sum of RGB (Red+Green+Blue) = 189+193+130=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC182 is #423E7D. Grayscale: #B8B8B8. Windows color (decimal): -4341374 or 8569277. OLE color: 8569277.
HSL color Cylindrical-coordinate representation of color #BDC182: hue angle of 63.81º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDC182 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 130 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.24 |
| HSL | 63.81º | 0.34% | 0.63% | - |
| HSV(B) | 63.81º | 0.33% | 0.76% | - |
| XYZ | 44.09 | 50.57 | 28.56 | - |
| YUV | 184.62 | 97.17 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 130 | 0.02 | 0 | 0.33 | 0.24 | 63.81 | 0.34 | 0.63 |
| Hex | BD | C1 | 82 | 2 | 0 | 21 | 18 | 40 | 22 | 3F |
| Octal | 275 | 301 | 202 | 2 | 0 | 41 | 30 | 100 | 42 | 77 |
| Binary | 10111101 | 11000001 | 10000010 | 10 | 0 | 100001 | 11000 | 1000000 | 100010 | 111111 |
Color Harmonies of #BDC182
Complementary color
Monochromatic Colors of #BDC182
Black with #BDC182
Text Example
Text Example
White with #BDC182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC182; }
p { color: rgb(189,193,130); }
H1.HeaderClassName
{
color: #BDC182;
}
.AnyTagClassName
{
color: #BDC182;
}
</style>
background-color css
<style>
a { background-color: #BDC182; }
a { background-color: rgb(189,193,130); }
div.DivClassName
{
background-color: #BDC182;
}
.BgClassName
{
background-color: #BDC182;
}
</style>
border-color css
<style>
span { border-color: #BDC182; }
span { border-color: rgb(189,193,130); }
td.TdClassName
{
border-color: #BDC182;
}
.TagClassName
{
border-color: #BDC182;
}
</style>