#BDD38E

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

Shades of Sprout #BDD38E

Tints of Sprout #BDD38E

Color information

#BDD38E (or 0xBDD38E) is unknown color: approx Sprout. HEX triplet: BD, D3 and 8E. RGB value is (189,211,142). Sum of RGB (Red+Green+Blue) = 189+211+142=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD38E is #422C71. Grayscale: #C4C4C4. Windows color (decimal): -4336754 or 9360317. OLE color: 9360317.

HSL color Cylindrical-coordinate representation of color #BDD38E: hue angle of 79.13º degrees, saturation: 0.44, 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 #BDD38E is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB189211142-
CMYK0.1000.330.17
HSL79.13º43.95%69.22%-
HSV(B)79.13º32.7%82.75%-
XYZ49.1659.3634.46-
YUV196.5697.21122.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 211 (82.81% from 255) = 38.93%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=34.87%
G=38.93%
B=26.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892111420.1000.330.1779.1343.9569.22
HexBDD38EA021114f2c45
Octal275323216120412111754105
Binary101111011101001110001110101001000011000110011111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD38E; }

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

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

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

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

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

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

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

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