#BDD48C

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

Shades of Sprout #BDD48C

Tints of Sprout #BDD48C

Color information

#BDD48C (or 0xBDD48C) is unknown color: approx Sprout. HEX triplet: BD, D4 and 8C. RGB value is (189,212,140). Sum of RGB (Red+Green+Blue) = 189+212+140=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD48C is #422B73. Grayscale: #C5C5C5. Windows color (decimal): -4336500 or 9229501. OLE color: 9229501.

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

Color convert

RGB189212140-
CMYK0.1100.340.17
HSL79.17º45.57%69.02%-
HSV(B)79.17º33.96%83.14%-
XYZ49.2659.833.76-
YUV196.9295.88122.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 140 (55.08% from 255) = 25.88%
R=34.94%
G=39.19%
B=25.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121400.1100.340.1779.1745.5769.02
HexBDD48CB022114f2e45
Octal275324214130422111756105
Binary101111011101010010001100101101000101000110011111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD48C; }

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

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

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

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

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

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

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

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