#BDD48D

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

Shades of Sprout #BDD48D

Tints of Sprout #BDD48D

Color information

#BDD48D (or 0xBDD48D) is unknown color: approx Sprout. HEX triplet: BD, D4 and 8D. RGB value is (189,212,141). Sum of RGB (Red+Green+Blue) = 189+212+141=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD48D is #422B72. Grayscale: #C5C5C5. Windows color (decimal): -4336499 or 9295037. OLE color: 9295037.

HSL color Cylindrical-coordinate representation of color #BDD48D: hue angle of 79.44º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDD48D is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB189212141-
CMYK0.1100.330.17
HSL79.44º45.22%69.22%-
HSV(B)79.44º33.49%83.14%-
XYZ49.3459.8334.15-
YUV197.0396.38122.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 212 (83.20% from 255) = 39.11%
BLUE value IS 141 (55.47% from 255) = 26.01%
R=34.87%
G=39.11%
B=26.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121410.1100.330.1779.4445.2269.22
HexBDD48DB021114f2d45
Octal275324215130412111755105
Binary101111011101010010001101101101000011000110011111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD48D; }

 p { color: rgb(189,212,141); }

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

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

 a { background-color: rgb(189,212,141); }

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

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

 span { border-color: rgb(189,212,141); }

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