#BDCD8F

Color #BDCD8F Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BDCD8F

Tints of Sprout #BDCD8F

Color information

#BDCD8F (or 0xBDCD8F) is unknown color: approx Sprout. HEX triplet: BD, CD and 8F. RGB value is (189,205,143). Sum of RGB (Red+Green+Blue) = 189+205+143=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD8F is #423270. Grayscale: #C1C1C1. Windows color (decimal): -4338289 or 9424317. OLE color: 9424317.

HSL color Cylindrical-coordinate representation of color #BDCD8F: hue angle of 75.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDCD8F is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB189205143-
CMYK0.0800.300.20
HSL75.48º38.27%68.24%-
HSV(B)75.48º30.24%80.39%-
XYZ47.7856.4634.37-
YUV193.1599.7125.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 143 (56.25% from 255) = 26.63%
R=35.20%
G=38.18%
B=26.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051430.0800.300.2075.4838.2768.24
HexBDCD8F801E144b2644
Octal275315217100362411346104
Binary10111101110011011000111110000111101010010010111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD8F; }

 p { color: rgb(189,205,143); }

 H1.HeaderClassName
 {
   color: #BDCD8F;
 }
 .AnyTagClassName
 {
   color: #BDCD8F;
 }
</style>
background-color css

<style>
 a { background-color: #BDCD8F; }

 a { background-color: rgb(189,205,143); }

 div.DivClassName
 {
   background-color: #BDCD8F;
 }
 .BgClassName
 {
   background-color: #BDCD8F;
 }
</style>
border-color css

<style>
 span { border-color: #BDCD8F; }

 span { border-color: rgb(189,205,143); }

 td.TdClassName
 {
   border-color: #BDCD8F;
 }
 .TagClassName
 {
   border-color: #BDCD8F;
 }
</style>