#BDD39D

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

Shades of Sprout #BDD39D

Tints of Sprout #BDD39D

Color information

#BDD39D (or 0xBDD39D) is unknown color: approx Sprout. HEX triplet: BD, D3 and 9D. RGB value is (189,211,157). Sum of RGB (Red+Green+Blue) = 189+211+157=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD39D is #422C62. Grayscale: #C6C6C6. Windows color (decimal): -4336739 or 10343357. OLE color: 10343357.

HSL color Cylindrical-coordinate representation of color #BDD39D: hue angle of 84.44º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD39D is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB189211157-
CMYK0.1000.260.17
HSL84.44º38.03%72.16%-
HSV(B)84.44º25.59%82.75%-
XYZ50.3759.8440.79-
YUV198.27104.71121.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 211 (82.81% from 255) = 37.88%
BLUE value IS 157 (61.72% from 255) = 28.19%
R=33.93%
G=37.88%
B=28.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892111570.1000.260.1784.4438.0372.16
HexBDD39DA01A11542648
Octal275323235120322112446110
Binary10111101110100111001110110100110101000110101001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD39D; }

 p { color: rgb(189,211,157); }

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

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

 a { background-color: rgb(189,211,157); }

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

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

 span { border-color: rgb(189,211,157); }

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