Shades of Sprout #BDCF8F
Tints of Sprout #BDCF8F
RGB
CMYK
RGB Variations
Color information
#BDCF8F (or 0xBDCF8F) is known color: Sprout. HEX triplet: BD, CF and 8F. RGB value is (189,207,143). Sum of RGB (Red+Green+Blue) = 189+207+143=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCF8F is #423070. Grayscale: #C2C2C2. Windows color (decimal): -4337777 or 9424829. OLE color: 9424829.
HSL color Cylindrical-coordinate representation of color #BDCF8F: hue angle of 76.88º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDCF8F is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
RGB | 189 | 207 | 143 | - |
CMYK | 0.09 | 0 | 0.31 | 0.19 |
HSL | 76.88º | 0.4% | 0.69% | - |
HSV(B) | 76.88º | 0.31% | 0.81% | - |
XYZ | 48.26 | 57.43 | 34.53 | - |
YUV | 194.32 | 99.04 | 124.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 207 | 143 | 0.09 | 0 | 0.31 | 0.19 | 76.88 | 0.4 | 0.69 |
Hex | BD | CF | 8F | 9 | 0 | 1F | 13 | 4D | 28 | 45 |
Octal | 275 | 317 | 217 | 11 | 0 | 37 | 23 | 115 | 50 | 105 |
Binary | 10111101 | 11001111 | 10001111 | 1001 | 0 | 11111 | 10011 | 1001101 | 101000 | 1000101 |
Color Harmonies of #BDCF8F
Complementary color
Monochromatic Colors of #BDCF8F
Black with #BDCF8F
Text Example
Text Example
White with #BDCF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCF8F; }
p { color: rgb(189,207,143); }
H1.HeaderClassName
{
color: #BDCF8F;
}
.AnyTagClassName
{
color: #BDCF8F;
}
</style>
background-color css
<style>
a { background-color: #BDCF8F; }
a { background-color: rgb(189,207,143); }
div.DivClassName
{
background-color: #BDCF8F;
}
.BgClassName
{
background-color: #BDCF8F;
}
</style>
border-color css
<style>
span { border-color: #BDCF8F; }
span { border-color: rgb(189,207,143); }
td.TdClassName
{
border-color: #BDCF8F;
}
.TagClassName
{
border-color: #BDCF8F;
}
</style>